Learning MacRuby

-

I recently started learning MacRuby. The successor to RubyCocoa, which when I last looked at, was messy to get into. Since then, MacRuby has come a long way and will be a private framework in Apple's OS X Lion (10.7). This primarily just means that it will be present, but you will still need to package MacRuby within your app for bit longer.

If you're interested in the differences between the two, there's a great resource on the MacRuby Documentation section titled Essential Differences between RubyCocoa and MacRuby.

So far it's been fairly painless and a great learning experience. It's also likely a lot easier to pick up if you already know a bit of Objective-C and/or have had some Ruby exposure. That way you're not trying to learn two completely different languages and trying to bind them together. That's not to say, you can't. It's very much possible and you can learn Objective-C along the way.

The MacRuby team does a great job at pushing out fixes and getting back to developers on their Mailing List and IRC channel #macruby. They've also just recently migrated over to GitHub which made me much happier about digging into the source and getting started a bit better.

I'm hoping to push out at least a couple of apps to the the Mac App Store using MacRuby and see how that goes. I also plan to convert the PGPane preference pane to MacRuby in a separate branch as an exercise.

Here are some of the resources I have been using to learn MacRuby.

Websites

Screencasts

Books

I also found this nice step by step blog post while listening to The Ruby Show. MacRuby & Xcode 4: Build a Self-Contained MacRuby Application