MacRuby Tutorials

Posted by devin

I just started getting into the mix with MacRuby. MacRuby is Apple's official at building a bridge between ObjC and Ruby. I wont go into too many details, but I have found a few nice tutorials on building a quick MacRuby application with XCode. So, without further adieu here they are:

Comments

Leave a response

  1. Harry G.July 15, 2008 @ 04:04 AM

    Hello devin,

    calling MacRuby a "bridge" is misleading. RubyCocoa is a bridging technology while the benefit of MacRuby consists in being an implementation of Ruby 1.9 on top of the ObjC 2.0 runtime and garbage collector. So there is no bridging between Ruby and ObjC objects.

    Thank you and best regards, Harry

  2. devinJuly 15, 2008 @ 09:51 PM

    Hey Harry. Thanks for the comment. I'll update the article to reflect that.