I would like to test Objective-C but I haven't a Mac. Is it possible to program Objcetive-C on Windows. Another possibility is to do it in Linux. Anyone who knows?
+3
A:
Yes, the GNU Compiler Collection contains an Objective-C frontend.
It will easily work on Linux and can be used on Windows too if you workaround with some binary distributions like cygwin or gnustep.
But I don't think you will have any kind of Cocoa API, you will have just the ObjC syntax.
Jack
2010-05-25 16:38:08
GNUStep is an open source version of the Cocoa API.
Wooble
2010-05-25 16:40:31
thanks for your clarification. Never got too deep inside ObjC on other platforms since I've got a mac :)
Jack
2010-05-25 18:03:58