c12
c12

Reputation: 9827

Platform Independent Objective C

I'm looking to build Objective C software components that can run on Mac OS X and Linux. From my understanding, Cocoa software components can only be run on the Mac OS X platform. Does anyone have a good recommendation for a platform independent version of Objective C that can run on Mac OS X and Linux?

Upvotes: 0

Views: 484

Answers (1)

kdmurray
kdmurray

Reputation: 3048

GNUStep may be an option. Sources mentioned in the answer to this SO question: Compiling Objective-C app for Linux (API coverage)

Upvotes: 1

Related Questions