[wellylug] Re: GNUStep (was Re: Offtopic)
Phillip Hutchings
sitharus at gmail.com
Fri Feb 25 15:23:41 NZDT 2005
> Good idea - I'll start - is anyone using GNUstep on Linux? I've been
> playing around with it and ObjectiveC and I'm full of opinions :)
Objective-C is a nice language. There are a few gotchas though. Just
remember that it's dynamically typed, and it doesn't do a huge amount
of compile time checked. Calling a non-existant method it not fatal,
nor is passing the wrong kind of object ;)
I don't know how much of the OpenStep framework is implemented in
GNUStep, but I hear it's fairly complete. I've only ever worked with
OS X, so I do know some useful things.
Oh, and make use of delegates. Before you subclass, always check if
you can do it with delegates.
--
Phillip Hutchings
http://www.sitharus.com/
sitharus at gmail.com / sitharus at sitharus.com
More information about the wellylug
mailing list