1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/lang/jruby/pkg-descr
Cheng-Lung Sung b0a8dd13b4 - Update to 0.9.8
- 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)
2007-04-25 03:03:50 +00:00

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/