Skip to content

A high performance implementation of the Ruby programming language. Built on the GraalVM by Oracle Labs.

License

Notifications You must be signed in to change notification settings

RubyinHollywood/truffleruby

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TruffleRuby logo

A high performance implementation of the Ruby programming language. Built on the GraalVM by Oracle Labs.

Authors

The main authors of TruffleRuby in order of joining the project are:

  • Chris Seaton
  • Benoit Daloze
  • Kevin Menard
  • Petr Chalupa
  • Brandon Fish
  • Duncan MacGregor

Additionally:

  • Thomas Würthinger
  • Matthias Grimmer
  • Josef Haider
  • Fabio Niephaus
  • Matthias Springer
  • Lucas Allan Amorim
  • Aditya Bhardwaj

Collaborations with:

And others.

The best way to get in touch with us is to join us in https://gitter.im/graalvm/truffleruby, but you can also Tweet to @chrisgseaton, or email chris.seaton@oracle.com.

Mailing list

Announcements about GraalVM, including TruffleRuby, are made on the graalvm-dev mailing list.

System Compatibility

TruffleRuby is actively tested on these systems:

  • Oracle Linux 7.3
  • Ubuntu 16.04 LTS
  • macOS 10.12

You may need to install libssl on your system to use the openssl module.

Current Status

TruffleRuby is progressing fast but is currently probably not ready for you to try running your full Ruby application on. Support for critical C extensions such as OpenSSL and Nokogiri is missing.

TruffleRuby is ready for experimentation and curious end-users to try on their gems and smaller applications.

Common questions about the status of TruffleRuby

Do you run Rails?

We do run Rails, and pass the majority of the Rails test suite. But we are missing support for OpenSSL, Nokogiri, and ActiveRecord database drivers which makes it not practical to run real Rails applications at the moment.

What is happening with AOT, startup time, and the SubstrateVM?

You don't need a JVM to run TruffleRuby. With the SubstrateVM it is possible to produce a single, statically linked native binary executable version of TruffleRuby, which doesn't need any JVM to run.

This SubstrateVM version of TruffleRuby has startup performance and memory footprint more similar to MRI than TruffleRuby on the JVM or JRuby. There are instructions for using it as part of GraalVM.

Can TruffleRuby run on a standard JVM?

It is possible to run today on an unmodified JDK 9 EA build, but at the moment this requires building Graal yourself and we don't recommend end-users try it. It will be supported when Java 9 is released.

How do I install gems?

TruffleRuby cannot install gems out of the box yet, however there are temporary workarounds which can be used to get it working.

Getting Started Using TruffleRuby

The best way to get started with TruffleRuby is via the GraalVM, which includes compatible versions of everything you need as well as TruffleRuby.

  1. Download GraalVM. Currently, you need an Oracle account to download.

  2. After downloading GraalVM, unzip it. Retitle the directory to "truffleruby" and move it to the location your ruby version manager sources rubies. See instructions here for the most common ruby version managers.

  3. Using your ruby version manager, switch to using truffleruby.

Inside the GraalVM is a bin/ruby command that runs TruffleRuby. See Using TruffleRuby with GraalVM instructions.

Documentation

Documentation is in doc.

Licence

TruffleRuby is copyright (c) 2013-2017 Oracle and/or its affiliates, and is made available to you under the terms of three licenses:

  • Eclipse Public License version 1.0
  • GNU General Public License version 2
  • GNU Lesser General Public License version 2.1

TruffleRuby contains additional code not always covered by these licences, and with copyright owned by other people. See doc/legal/legal.md for full documentation.

Attribution

TruffleRuby is a fork of JRuby, combining it with code from the Rubinius project, and also containing code from the standard implementation of Ruby, MRI.

About

A high performance implementation of the Ruby programming language. Built on the GraalVM by Oracle Labs.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 74.8%
  • Java 18.5%
  • C 3.8%
  • HTML 1.3%
  • CSS 0.6%
  • Yacc 0.3%
  • Other 0.7%