mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
b0a8dd13b4
- grab maintainership - Release log: * Ruby on Rails support. We have been working hard on getting Rails own unit tests running and over 98% of them now run successfully. We feel things are running well enough to invite Ruby users to kick the tires and help root out any final issues. * Ruby classes can extend concrete/abstract Java classes and override methods * New Java primitive array syntax * Reimplementation of String, Numeric classes, and Array to be more correct and performant * Significant bottlenecks have been identified. In some cases IO is 6.5x faster than previous releases. Java included classes are significantly faster than in the past. * 225 Jira issues resolved since last release PR: ports/111316 Submitted by: maintainer (Nemo Liu)
10 lines
402 B
Plaintext
10 lines
402 B
Plaintext
JRuby is an 100% pure-Java implementation of the Ruby programming language.
|
|
* A 1.8.4 compatible Ruby interpreter written in 100% pure Java
|
|
* Most builtin Ruby classes provided
|
|
* Support for interacting with and defining java classes from within
|
|
ruby
|
|
* Bean Scripting Framework (BSF) support
|
|
* Distributed under a tri-license (CPL/GPL/LGPL)
|
|
|
|
WWW: http://jruby.codehaus.org/
|