Skip to content
forked from jruby/jruby

JRuby, an implementation of Ruby on the JVM

License

Unknown, Unknown licenses found

Licenses found

Unknown
COPYING
Unknown
LICENSE.RUBY
Notifications You must be signed in to change notification settings

duncanmak/jruby

This branch is 40565 commits behind jruby/jruby:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2e07510 · Oct 24, 2011
Jan 20, 2010
Sep 12, 2011
Jan 20, 2010
Oct 15, 2011
Oct 5, 2011
Oct 4, 2011
Sep 30, 2011
Oct 2, 2011
Sep 19, 2011
Sep 19, 2011
Oct 26, 2009
Oct 20, 2011
Oct 17, 2011
Oct 10, 2011
Sep 19, 2011
Feb 12, 2011
Oct 23, 2011
Oct 17, 2009
Oct 24, 2011
Oct 19, 2011
Oct 20, 2011
Oct 7, 2011
Sep 23, 2011
Dec 30, 2009
Jul 8, 2011
Dec 6, 2007
Mar 19, 2005
Sep 25, 2009
Sep 3, 2011
Oct 4, 2011
Oct 18, 2011
Apr 28, 2011
Jun 1, 2010
Apr 28, 2011
Sep 12, 2011
Sep 12, 2011
Apr 28, 2011
Apr 28, 2011
Apr 28, 2011
Aug 11, 2008
Sep 12, 2011
Apr 28, 2011
Aug 1, 2010
Jun 20, 2011
Sep 12, 2011

Repository files navigation

JRuby -  A Java implementation of the Ruby language

Authors: Stefan Matthias Aust, Anders Bengtsson, Geert Bevin,
 Piergiuliano Bossi, Johannes Brodwall, Rocky Burt, Paul Butcher,
 Benoit Cerrina, Wyss Clemens, David Corbin, Thomas E Enebo, Robert Feldt,
 Russ Freeman, Chad Fowler, Joey Gibson, Kiel Hodges, Xandy Johnson,
 Kelvin Liu, Alan Moore, Akinori Musha, Charles Nutter, Takashi Okamoto
 Jan Arne Petersen, Tobias Reif, David Saff, Ed Sinjiashvili, Daiki Ueno
 Matthias Veit, Jason Voegele, Sergey Yevtushenko, Robert Yokota, 
 Ola Bini, Nick Sieger, Vladimir Sizikov, and many gracious contributions
 from the community.

Project Contact: Thomas E Enebo <enebo@acm.org>

JRuby also uses code generously shared by the creator of the Ruby language, 
Yukihiro Matsumoto <matz@netlab.co.jp>.

== About

JRuby is the effort to recreate the Ruby (http://www.ruby-lang.org) interpreter
in Java.

The Java version is tightly integrated with Java to allow both to script
any Java class and to embed the interpreter into any Java application. 
See the 'docs' directory for more information.

== Run

    bin/jruby rubyfile.rb

interprets the file 'rubyfile.rb'.

If you checked out from the repository or downloaded the source distribution,
see the next section to build JRuby first.

== Compiling from source

You will need:

* JDK 1.5 or greater
* Apache Ant (http://jakarta.apache.org/ant/) 1.7 or greater.

To compile, just type:

    ant

This will create a jruby.jar file in the projects 'lib' directory.

== Testing

In order to run the unit tests, copy the build_lib/junit.jar file to either
$ANT_HOME/lib/junit.jar or ~/.ant/lib/junit.jar.

See 'docs/README.test' for more information.

== More Information

Visit http://jruby.org for more information.

== License

Read the COPYING file.

About

JRuby, an implementation of Ruby on the JVM

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
COPYING
Unknown
LICENSE.RUBY

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 58.1%
  • Java 40.1%
  • Other 1.8%