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.
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.
Diese Version behebt eine Vielzahl von Problemen. irb funktioniert jetzt. Inklusive Java-Klassen sind dramatisch schneller zu laden und zu nutzen. Binding funktioniert. Jede bekannte Konstante Scoping-Problem wurde behoben. Interpreter Neugestaltung Arbeit hat zu einer verbesserten Tiefe und Fortschritte Stack die Bemühungen um Fortsetzungen Unterstützung geführt. Ein schwerer Fehler, wenn Parallelität Ruby Instanzen sind wieder aus Java übergeben wurde behoben. Java-Klassen können mit Ruby-Methoden über die Methode extend_proxy geschmückt werden.
Tags:
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.