MacRuby is an implementation of the Ruby language that runs on the Objective-C runtime and CoreFoundation framework under development by Laurent Sansonetti which "is supposed to replace RubyCocoa". It is based on Ruby 1.9 and uses the high-performance LLVM compiler infrastructure starting with version 0.5. It supports both ahead-of-time and just-in-time compilation.
MacRuby supports Interface Builder and has also been used as an embedded scriptin...
More
MacRuby is an implementation of the Ruby language that runs on the Objective-C runtime and CoreFoundation framework under development by Laurent Sansonetti which "is supposed to replace RubyCocoa". It is based on Ruby 1.9 and uses the high-performance LLVM compiler infrastructure starting with version 0.5. It supports both ahead-of-time and just-in-time compilation.
MacRuby supports Interface Builder and has also been used as an embedded scripting language for Objective-C applications.
MacRuby was originally called "ruby+objc" and was developed by Laurent Sansonetti, who began work on it in late 2007. In March 2008, the first publicly available version, MacRuby 0.1, was announced on the official RubyTalk forum. Version 0.2 was released in June 2008, and implemented Ruby strings, arrays and hashes as native Cocoa types. In September 2008, MacRuby 0.3 was released and included the HotCocoa library, which has since been removed from the distribution, as well as several HotCocoa example...
Less