Earlier quoted context omitted.
How classy of you
How so? Haxe is the de facto king of the compile-to-everything space. Therefore, it's inevitable that Haxe will be mentioned on a submission like this.
> Truffle is a framework for writing interpreters with annotations and small bits of extra code in them which, when Truffle is paired with its sister project Graal, allow those interpreters to be converted into JIT compiling VMs … automatically.
> If Truffle is a framework for writing AST interpreters, then Graal is the thing that makes them fast.
> Truffle provides a language interop framework called Polyglot that allows Truffle languages to call each other