David Chisnall takes a look behind the scenes at Apple's upcoming revamp of the Objective-C language. As with any new language, some things are good, some are ugly, and some are both.
Permalink for comment 179169
To read all comments associated with this story, please click here.
Really? Those "poor souls" seem to like using Obj-C. I know my friend who does OSX programming (and NeXT before that) swears by it.
You might not like it but a lot of other people do.
From wikipedia:
Objective-C is a very "thin" layer on top of C. Objective-C is a strict superset of C. That is, it is possible to compile any C program with an Objective-C compiler. Objective-C derives its syntax from both C and Smalltalk. Most of the syntax (including preprocessing, expressions, function declarations and function calls) is inherited from C, while the syntax for object-oriented features was created to enable Smalltalk-style message passing.
Member since:
2006-01-03
Really? Those "poor souls" seem to like using Obj-C. I know my friend who does OSX programming (and NeXT before that) swears by it.
You might not like it but a lot of other people do.
From wikipedia:
Objective-C is a very "thin" layer on top of C. Objective-C is a strict superset of C. That is, it is possible to compile any C program with an Objective-C compiler. Objective-C derives its syntax from both C and Smalltalk. Most of the syntax (including preprocessing, expressions, function declarations and function calls) is inherited from C, while the syntax for object-oriented features was created to enable Smalltalk-style message passing.