Hacker News new | ask | show | jobs
by girvo 1512 days ago
The lines begin to blur in fun ways with JITs, I think, too. I believe Erlang with BeamAsm does bytecode compilation for the BEAM VM, which JITs it to native code (via AsmJit, a neat C++ library it seems?)

https://www.erlang.org/blog/the-road-to-the-jit/