Not intending to start a flamewar with VM/Intepreter implementations, BUT I have to agree with the article.<p>When I was evaluating on platforms for a rewrite of xp-dev.com, I did seriously consider using RoR with JRuby, but there was some parts missing here and there (including some bugs) that it was just not worth the risk for the scale of the project.<p>I ended up going back to a Java web framework, thinking, I'll keep a close eye on JRuby and see if it can be used in future projects.<p>The JVM is an excellent VM - things like having the ability to set heap sizes, JMX and all the readily available sugar that comes from it is well worth trying to support as many languages into it, and for that reason, Ruby needs the JVM. Re-implementing things like JIT, GC is just not worth the trouble. Ruby hackers can actually focus on real, hard productive features and essential bug fixes which would be a better use of their precious time.<p>* JVM here refers to Sun's JVM implementation, not the spec. JRockit is pretty good as well.