• Xabis@lemmy.world
    link
    fedilink
    arrow-up
    5
    ·
    8 months 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@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      8 months 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!