|
|
|
|
|
by nupark2
5484 days ago
|
|
When you remove the C bits, Objective-C and Ruby use the same type system, conceptually speaking. They are both descendant from Smalltalk; the main feature differences really come down to the syntax alone. Objective-C is typed -- not just the C part, but the 'Objective' part too. You can cast around type system, but it's there. The new compiler even uses inference of those types in order to implement ARC. Especially given the amount of effort Apple has been putting into MacRuby. Not Apple, just a few people that also work for Apple. |
|
The article says that MacRuby is bundled with Lion as a private framework. Surely they wouldn't bundle it if they weren't using it? And being a private framework, it is not there for the benefit of third-party developers.