Skip to content

godfat/jruby

 
 

Repository files navigation

JRuby - A Java implementation of the Ruby language

Master: Build Status 1.7 branch: Build Status

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

Prerequisites

  • A Java 7-compatible (or higher) Java development kit (JDK)
  • Maven 3+
  • Apache Ant 1.8+ (see jruby#2236)

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

See BUILDING for more information.

Testing

See BUILDING: Developing and Testing for more information.

More Information

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

Visit http://jruby.github.io/jruby for the Maven Site documentation.

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 54.0%
  • Java 44.6%
  • C 0.7%
  • Bison 0.6%
  • Shell 0.1%
  • XSLT 0.0%