@uecker i take it you aren't a fan of objective-c either then
@hikari I have not much experience with it. I wondering whether I should write a small widget library that it is not completely crazy.
@uecker @hikari the one advantage of ObjC is that it adds language syntax which wraps the ObjC runtime, while GObject code is like sidestepping the ObjC language and instead calling ObjC runtime functions directly from C code.
@floooh @uecker I think they solved that with Vala