I started learning objective C, but I was wondering what it is useful for apart from Apple devices development. Is there a really alive scene of software development outside of the Mac products?
Tell me more
×
Programmers Stack Exchange is a question and answer site for
professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.
|
|
In theory, it can be used on many systems, via GNUstep. In practice, it is useful only in the Apple eco-system. |
|||||||||||||||||||
|
|
In addition to Mac OS X development, iOS apps (for iPhone, iPad and iPod Touch) is reportedly a multi-billion dollar business. Most of them appear to be written in Objective C. Plus, professional skill in using a dynamic OOP language can be a good general asset, if you don't know any other dynamic or OOP paradigm. Objective C is also a strict superset of ANSI C, so if you learn the complete Objective C language with all its subsets, you also end up with C skills transportable anywhere. |
|||||||||||||||||
|