[MacRuby-devel] can I compile macruby on system 10.5.8?
Can I compile MacRuby on system 10.5.8? I'm having what looks like a simple issue, libyaml can't be found my miniruby: http://www.macruby.org/trac/ticket/449 I don't see how that would relate to 10.5.8 instead of SL but I thought I'd check before digging deeper. _
[MacRuby-devel] macruby 0.5 is 10x slower running rexml than MRI
I thought this was a very strange result: $ ruby xml_benchmark_rexml.rb user system totalreal rexml 8.99 0.54 9.53 ( 9.609303) rexml 8.90 0.54 9.44 ( 9.555908) $ macruby xml_benchmark_rexml.rb user system tot