|
|
|
|
|
by mpweiher
3315 days ago
|
|
> you get direct access to all these rock-solid libraries > in C that everything is built on -- zlib, libcurl, etc. > So instead of dealing with a tower of wrappers in a > high-level language That's what I love about Objective-C: you get that, the direct access, and at the same time transparent, non-wrappered access to a high-level, dynamic object-oriented language. |
|
Side Note: Objective-C is such a criminally underrated language. I often see people complaining about the syntax, but it's just syntax. Once you get over it, I find that the language makes the OOP paradigm a joy to work with.