If you’ve been following the Ruby community at all over the last few months you have probably heard of RubyMotion. Quite simply put, it lets you write iPhone and iPad apps using Ruby, by compiling to a native iOS app. Out of the box, your code will look very similar to Objective-C code and use the same Cocoa Touch libraries, although it will all be Ruby. It was written by Laurent Sansonetti, the author of the MacRuby project, which it’s largely based on. I have long been intrigued by writing iOS apps, but have been put off by the steep…read more
