纯java实现的ruby语言, JRuby 9.0.3.0 发布
jopen 9年前
ruby一种动态语言,而JRuby是纯java实现的ruby语言。JRuby使用ruby语法开发。不仅可以使用ruby类库,同时也可以使用java基础类库和第三方jar包。
JRuby 9.0.3.0 发布,主要更新如下:
-
Pattern ‘foo rescue nil’ now can, at times, run 48x faster
-
Blocks can independently JIT now improving perf in some scenarios
-
define_method with non-capturing body is now 2+x faster (~same speed as def)
-
stat() on windows now supports long paths and UNC paths
-
Handful of issues fixed makes Rails master run (sans AR-JDBC work outstanding)
-
31 issues fixed for 9.0.3.0
更多内容请看:发行说明。
软件主页: http://www.jruby.org/