Download List

项目描述

JRuby is the effort to recreate the Ruby interpreter in Java. JRuby is tightly integrated with Java to allow both to script any Java class and to embed the interpreter into any Java application.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-10-20 23:17
0.9.1

整体表现是50-60%速度比0.9.0。改进Rails的支持。阿将红宝石,包括Java类新的语法。设计一个新的解释。重构的方法调度,代码评估,并派遣代码块。分析器性能增强。在枚举和StringScanner在Java重写。新的实验语法实现接口。 86马里顾问题已经解决,因为0.9.0。
标签: Development, Major bugfixes
Overall performance is 50-60% faster than 0.9.0. Improved Rails support. A new syntax for including Java classes into Ruby. A new interpreter design. Refactoring of the method dispatch, code evaluation, and block dispatch code. Parser performance enhancements. Rewriting of Enumerable and StringScanner in Java. New experimental syntax for implementing interfaces. 86 Jira issues have been resolved since 0.9.0.

2006-07-05 17:32
0.9.0

许多错误已得到修复。 RubyGems的0.9.0现在已经安装和工作。的WEBrick运行。 Ruby on Rails的运行在顶部的WEBrick(和生成脚本的工作)。在YAML的解析器才大为改善。所有非本地的标准库中的捆绑销售。正确性正在接近的水平,足以运行更加复杂的Ruby库和应用程序正确。
标签: Development, Major bugfixes
Many bugs have been fixed. RubyGems 0.9.0 is now
installed and working. WEBrick runs. Ruby on Rails
runs on top of WEBrick (and generation scripts
work). The YAML parser was much improved. All
non-native standard libraries are bundled in the
distribution. Correctness is now approaching a
level that is sufficient to run the more
complicated Ruby libraries and applications
properly.

2006-03-28 18:00
0.8.3

这个版本修复了大量问题。内部评级现在工作。包括Java类是显着更快地加载和使用。绑定工程。所有的已知常数范围的问题已得到修复。口译重新设计工作,从而改善堆栈的深度和进步的努力,支持延续。一个严重的错误时,红宝石并发实例传递回了Java的是固定的。 Java类可以饰以Ruby方法通过extend_proxy方法。
标签: Development, Major bugfixes
This version fixes a huge number of problems. irb
now works. Included Java classes are dramatically
faster to load and use. Binding works. Every known
constant scoping issue has been fixed. Interpreter
redesign work has resulted in improved stack depth
and advances the effort to support continuations.
A serious concurrency error when Ruby instances
are passed back out to Java was fixed. Java
classes can be adorned with Ruby methods via the
extend_proxy method.

2005-09-29 20:18
0.8.2

许多不同的修补程序。口译员是表现越来越好。有更多的红宝石模块将工作相比,0.8.1。
标签: Development, Major bugfixes
Many various fixes. The interpreter is behaving better and better. Many more Ruby modules will work compared to 0.8.1.

2005-01-24 23:33
0.8.0

此版本已完全支持红宝石1.8.x语法(以前的1.6和1.8混音)。它运行的RubyForge的鲁比肯测试套件(虽然不是全部测试通过)。几乎有无数的核心类/模块修复。改进的Java集成的支持。线程有了很大提高。现在,三CPL的授权下/ GPL的/ LGPL的。
标签: Development, Major feature enhancements
This release has full support for Ruby 1.8.x grammar (previously a mix of 1.6 and 1.8). It runs the RubyForge rubicon test suite (though not all tests pass). Almost a countless number of core class/module fixes. Improved Java integration support. Threading has been greatly improved. Now tri-licensed under the CPL/GPL/LGPL.

Project Resources