My advice on implementing stuff in C:
My advice on implementing stuff in C:
Posted Oct 18, 2010 9:14 UTC (Mon) by mjthayer (guest, #39183)In reply to: My advice on implementing stuff in C: by paulj
Parent article: Russell: On C Library Implementation
> Have you looked at Vala? Modern OOP language that builds on GLib and spits out C.
I haven't looked at GLib that closely though. Is it used anywhere other than user space/desktop programming? If you are careful about what language features you use - and to disable exceptions! - C++ can be used very close to the bone (or iron or whatever).
I haven't looked at GLib that closely though. Is it used anywhere other than user space/desktop programming? If you are careful about what language features you use - and to disable exceptions! - C++ can be used very close to the bone (or iron or whatever).
