Download List

Project Description

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 Requirements

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

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.
Tags: Development, Major bugfixes

2006-07-05 17:32
0.9.0

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.
Tags: Development, Major bugfixes

2006-03-28 18:00
0.8.3

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.
Tags: Development, Major bugfixes

2005-09-29 20:18
0.8.2

Many various fixes. The interpreter is behaving better and better. Many more Ruby modules will work compared to 0.8.1.
Tags: Development, Major bugfixes

2005-01-24 23:33
0.8.0

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.
Tags: Development, Major feature enhancements

Project Resources