1. 9
  1.  

  2. 3

    The next step is to standardize the bytecode right? Why not just ship x86 assembly on down?

    Otherwise, I love how it’s called AOT (ahead of time) compiling in contrast to JIT (just in time) compiling.

    Back in my day, “ahead of time” compiling was just called “compiling”.