电脑技术学习

JRuby 0.9.1发布, 已经支持Rails

dn001
在之前的几天里, JRuby 发布了它的0.9.1版本.

这次新版本的主要特征是, 增加了对Rails的支持.

也就是说:

理论上, 你可以在JVM上, 运行Rails了.

同时, 这个版本还有一些其他的显著提升.

包括:
- Overall performance is 50-60% faster than JRuby 0.9.0

- Improved Rails support

- New syntax for including Java classes into Ruby

- New interpreter design

- Refactoring of method dispatch, code evaluation, and block dispatch code

- Parser performance enhancement

- Rewriting of Enumerable and StringScanner in Java

- New experimental syntax for implementing interfaces

- 86 Jira issues resolved since 0.9.0

具体可以查看官方站点:
http://jruby.codehaus.org/

标签: