The (Super) Simple Type System is an experiment that was created my Gustav Hartvigsson 2013. It was an attempt to create a simple type system in C modelled after the GLib/GObject type system but with the intent to be simpler.
Some of the fetures that the author thought were missing in GObject a to_string method[*] in every object.