Hacker News new | ask | show | jobs
by dashesyan 3446 days ago
What is TruffleRuby?

"JRuby+Truffle started as my internship project at Oracle Labs in early 2013. It is an implementation of the Ruby programming language on the JVM, using the Graal dynamic compiler and the Truffle AST interpreter framework. JRuby+Truffle can achieve peak performance well beyond that possible in JRuby at the same time as being a significantly simpler system. In early 2014 it was open sourced and integrated into JRuby."

via http://chrisseaton.com/rubytruffle/

I've used JRuby for a while, but I hadn't heard of Truffle