|
From: Steve H. <S.W...@ec...> - 2003-11-03 09:43:37
|
On Sun, Nov 02, 2003 at 11:29:33 -0800, Josh Green wrote: > > Pfft! GObject is a little messy around the edges, but /nothing/ could > > compare to the nightmare mess that is C++. > > > > <dons flame proof suit> > > > > - Steve > > He he thats interesting to hear actually. I haven't used C++ enough to > know its pitfalls, but I have used GObject enough to know some of the > rough edges :) Maybe one of these days I'll actually look into learning > some of the ++ stuff, or perhaps I'll just use Python instead. ObjectiveC is a fine language, and well supported by gcc now (OSX uses it extensivly), but less efficient than GObject or C++. ObjC has OO messages ala Smalltalk, rather than just 'magic function' methods. - Steve |