Skip to content

Instantly share code, notes, and snippets.

@chrisseaton
Last active August 29, 2015 14:22
Show Gist options
  • Save chrisseaton/956dd410877f7a0484d5 to your computer and use it in GitHub Desktop.
Save chrisseaton/956dd410877f7a0484d5 to your computer and use it in GitHub Desktop.

Truffle

JRuby 9000 includes an preliminary version of support for the Truffle language implementation framework and Graal VM from Oracle Labs. In future releases, Truffle will provide an extremely high performance and compatible backend for JRuby. The Truffle backend supports almost all Ruby language features and the majority of the core library, and is able to run simple gems and web frameworks such as Sinatra. It has no support for RubyGems, Rails or any database drivers, does not work on Windows, and is not ready to be tested with applications at this stage. More information on Truffle and Graal can be found in the JRuby Wiki https://github.com/jruby/jruby/wiki/Truffle.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment