If you've not heard of it, MacRuby is an implementation of Ruby 1.9 directly on top of Mac OS X core technologies such as the Objective-C runtime and garbage collector, the LLVM compiler infrastructure and the Foundation and ICU frameworks.
Basically means you write in Ruby using Objective-C frameworks, and vice versa. It's pretty damn cool to be honest!
Tagged with geek
+[NSObject load] in MacRuby
- 2010-06-12 02:11:32
Potty Training YAML
- 2010-05-10 21:46:17
Ran into a problem today where I have a class with a few attributes on it, but I only want a certain three of those attributes to appear in the YAML dump of a class instance.
--More--Ruby Shortcuts
- 2010-03-18 22:32:45
There's a few useful shorthand ways to create certain objects in Ruby, a couple of obvious ones are [] to create an Array and {} to create a Hash (Or block/Proc). There's some not so obvious ones too, for creating strings, regexes and executing shell commands.
iPad? iPerfect (…for me)
- 2010-01-27 20:56:50
at(1) on OS X
- 2009-12-28 09:30:30