2
2
The (Super) Simple Type System
8
8
The software (The type-system) is an experiment. It was
9
9
written by Gustav Hartvigsson to see how to create a simple reference counting
10
10
type system that was super simple. (Redundancy is redundant).
15
18
If you need a real type system for C use GLib/GObject. It
16
19
is a much more mature and better designed type system