It is just a shame that in some areas Objective-C is still lacking compared with more modern languages:
- a proper module system;
- reliance on the primitive #import/#include which slows down compilation
- no namespacing, relying instead on conventions to avoid clashes
- a proper module system; - reliance on the primitive #import/#include which slows down compilation - no namespacing, relying instead on conventions to avoid clashes