解决方法
选择报价:
Much of the benefit of Mirah over similar languages comes down to being so lightweight. In Groovy,Scala,JRuby,Clojure,or Jython,the minute you write “Hello,world”,you’ve shackled yourself to a runtime library. In Mirah,“Hello,world” is just as terse as in JRuby,but has the added benefit of not foisting any dependencies on you; source file goes in,class file comes out,and that’s it. I believe the JVM needs a new dependency-free language,and Mirah is my attempt to deliver one.
While JRuby’s performance rivals or exceeds other Ruby interpreters,the fastest JRuby code still lags pure Java performance by an order of magnitude. While you can expect the performance of JRuby to improve with the 1.6 release,Mirah is an attempt to break through the performance ceiling and provide an option for programmers looking for execution speeds on par with Java code.