Hacker News new | ask | show | jobs
by odedharth 5249 days ago
Or use JRuby to get the advantages of ruby with the speed of JVM (http://jruby.org/).
1 comments

I like JRuby a lot, in fact it's my favourite scripting language on the CLI, but while it's fast to run its damn slow to compile (remember it still has to compile to JVM bytecodes).