by Hubert Łępicki
@hubertlepicki
http://torquebox.org
http://vertx.io
"The aim of this project is to expose VM functionality via Java APIs. Namely, we want to make it feasible to write in Java a dynamic compiler and interpreter for a language runtime. These components will seamlessly integrate and leverage existing VM infrastructure (e.g., HotSpot)."
"The Truffle runtime of JRuby is an experimental implementation of an interpreter for JRuby using the Truffle AST interpreting framework and the Graal compiler. (...) The goal is to be both significantly faster and simpler than other high performance implementations of Ruby."