• @Xabis
    link
    41 year ago

    C# “compiles” to intermediary bytecode, then ran in a vm. Same as Java. I’d say that’s no better than a “scripting” language with a JIT.

    • DacoTaco
      link
      1
      edit-2
      1 year ago

      I wouldnt say a vm (as there is no emulated hardware layer around the running code ) , but sure you made a valid point actually!