发布于 2015-11-14 01:03:15 | 228 次阅读 | 评论: 0 | 来源: 网友投递
JRuby Java实现的Ruby解释器
JRuby,是一个采用纯Java实现的Ruby解释器,是面向Ruby、基于Java虚拟机(JVM)的一种解释程序,它结合了Ruby语言的简易性和功能强大的JVM的执行机制,包括与Java库 全面集成。Rails彻底加快及简化了Web应用的开发,不过它让人觉得不够成熟,特别是在高端企业级功能方面。另一方面,Java平台及其虚拟机、库和 应用服务器的速度、稳定性和功能方面却一直在提升,现在已被公认为是开发高端服务器。
JRuby 9.0.4.0 发布,此版本现已提供下载:
Homepage: http://www.jruby.org/
Download: http://www.jruby.org/download
JRuby 9000 是 JRuby 最新的主要版本,兼容 Ruby 2.2.x,同步 C Ruby。 JRuby 9.0.4.0 是第三个主要版本。
JRuby 9.0.4.0 修复了 Windows 上新 stat() 实现的一些问题。
JRuby 9000 主要特性:
Ruby 2.2 兼容
基于一个传统编译器设计的优化运行时
新的 POSIX-friendly IO 和 Process
完全从 MRI 移植 encoding/transcoding 逻辑
Resolved various issues with stat() on Windows
Fixed couple of encoding/transcoding issues
Source with __FILE__ in it will now JIT
Native call subsystem will load on mixed 32/64 bit Linux distributions
11 issues fixed for 9.0.4.0
#3457 - stat.st_gid is unsupported on windows
#3449 - jirb fails to start on Windows
#3448 - File.stat("someunavailable").mtime returns odd result
#3444 - Fix TCPServer#accept NPE log
#3442 - String#crypt crashes when a receiver is shared String
#3425 - String#tr different behavior as compared to MRI Ruby
#3410 - Cannot install jRuby 9.0.3.0
#3409 - NotImplementedError: flock unsupported or native support failed to load
#3408 - IRB fails to start with JRuby9.0.3.0 on Windows 10.
#3197 - require_relative fails for relative paths within jars on Windows
#2381 - IO#rewind ... doesn't. (when backed by a ByteArrayInputStream).
更多内容请看发行说明。