Slide 11
Slide 11 text
Alright, so what is it?
RubyMotion
• Fork of MacRuby
• Ruby implementation on the Objective-C Runtime
• Ruby 1.9 compliant
• Unified Runtime ( Objective-C Runtime + RubyMotion Runtime)
• 0 performance compromises
• Custom garbage collection (much like ARC)
• Statically compiled. (Ruby -> LLVM Bitcode -> Assembly)