|
Objective-C
Obj-C is awesome. Originally from the NeXTStep days, and now the preferred language for programming with cocoa classes. It's similar to C++ in that its an object oriented superset of C, but it's so much more powerful. You will NEVER rewrite the same line of code twice. Elegant and straightforward, and completely meshes with C. All C code works in objC documents. It's just a natural extension.
|