5 ms·
A proprietary language created for a closed, for-profit platform isn't naturally the most popular choice for open source projects.
by bitteralmond 13y ago
A proprietary language created for a closed, for-profit platform isn't naturally the most popular choice for open source projects.
- mehrzad 13y agoNoob question: is a language proprietary if its only compiler is proprietary or if the main one is? There are open source compilers for Objective-C.
- xymostech 13y agoConsidering that XCode uses a version of clang (which is open source) for it's compiling, I wouldn't say that the main compiler is proprietary either. I think that what people mean is that all of the "usefulness" of Objective-C comes from using it with OSX/iOS development, and all the stuff related to that is proprietary.