My advice on implementing stuff in C:
My advice on implementing stuff in C:
Posted Oct 18, 2010 18:01 UTC (Mon) by paulj (subscriber, #341)In reply to: My advice on implementing stuff in C: by mjthayer
Parent article: Russell: On C Library Implementation
You can make Vala not use GLib if you wish, on a class by class basis by makring them "Compact". You lose some things, like the automatically refcounted classes, inheritance.
