|
|
|
|
|
by skidooer
5485 days ago
|
|
Ruby essentially is Objective-C without the C. If Apple was looking for a language that moved away from the low level C, what benefit would an "Objective" language bring over MacRuby, which is already using the native Objective-C system frameworks? |
|
First class familiar Objective-C-style messaging and block syntax.
Stable, mature, well defined language invariants on par with Apple's requirements for its own APIs and languages.
"Objective-C without the C" would look more like Smalltalk or Strongtalk with a near identical syntax, not Ruby.