December 2011
2 posts
The Evil League to save Community →
My way to support ‘Community’, a wonderful comedy. I need your help, though!
MacRuby and Objective-C
MacRuby is Apple’s open-source ruby implementation. It is implemented on top of the Cocoa framework, allowing you to run natively Ruby applications on their OS. Because of this, MacRuby applications are as fast as their Objective-C counterpart, even when it comes to threading and concurency. Being able to code in the language you like is definitely a great adventage, and having Apple develop...