If you are interested in Ahead-of-Time compilation of dynamic languages, I encourage you to look at Tcl. It supports ahead-of-time JIT compilation to bytecodes, using tcl-compiler, as well as (very) experimental support for compiling to machine code via TclQuadCode
If you are interested in Ahead-of-Time compilation of dynamic languages, I encourage you to look at Tcl. It supports ahead-of-time JIT compilation to bytecodes, using tcl-compiler, as well as (very) experimental support for compiling to machine code via TclQuadCode