JRuby, an implementation of Ruby on the JVM
Ruby Java C++ Shell C JavaScript
Pull request Compare This branch is 28937 commits behind jruby:master.
carview.php?tsp= Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
carview.php?tsp= .externalToolBuilders
carview.php?tsp= .idea
carview.php?tsp= .settings
carview.php?tsp= bench
carview.php?tsp= bin
carview.php?tsp= build_lib
carview.php?tsp= cext/src
carview.php?tsp= docs
carview.php?tsp= gem
carview.php?tsp= install
carview.php?tsp= ivy
carview.php?tsp= lib
carview.php?tsp= maven
carview.php?tsp= nbproject
carview.php?tsp= rakelib
carview.php?tsp= samples
carview.php?tsp= spec
carview.php?tsp= spi/services
carview.php?tsp= src
carview.php?tsp= test
carview.php?tsp= tool
carview.php?tsp= .classpath
carview.php?tsp= .gitignore
carview.php?tsp= .gitmodules
carview.php?tsp= .project
carview.php?tsp= .travis.yml
carview.php?tsp= COPYING
carview.php?tsp= LEGAL
carview.php?tsp= LICENSE.RUBY
carview.php?tsp= README.md
carview.php?tsp= Rakefile
carview.php?tsp= build.xml
carview.php?tsp= default.build.properties
carview.php?tsp= docs.iml
carview.php?tsp= findbugs.xml
carview.php?tsp= jruby-common.iml
carview.php?tsp= jruby-complete.iml
carview.php?tsp= jruby-core.iml
carview.php?tsp= jruby-dist.iml
carview.php?tsp= jruby-rake-plugin.iml
carview.php?tsp= jruby-stdlib.iml
carview.php?tsp= jruby.bnd.template
carview.php?tsp= jruby.iml
carview.php?tsp= man.iml
carview.php?tsp= netbeans-ant.xml
carview.php?tsp= pom.xml
carview.php?tsp= shared.iml

README.md

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 (https://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:

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 https://jruby.org for more information.

License

Read the COPYING file.