|
|
|
|
|
by drongoking
2337 days ago
|
|
Isn't this sort of what Glib is getting at? Bringing higher level data structures and capabilities (extendable arrays, hash tables, heaps, etc.) into C. https://developer.gnome.org/glib/stable/glib-data-types.html You don't get Cello's macros, and it uses reference counting instead of invisible garbage collection, but you get a lot of fun high-level capabilities. |
|