• atomicbocks@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    0
    ·
    1か月前

    Python is interpreted where Java is compiled. They aren’t going to be able to be used in the same cases all the time.

    • jenesaisquoi@feddit.org
      link
      fedilink
      English
      arrow-up
      0
      ·
      1か月前

      Not true. They use the same model, executing compiled bytecode. It just feels like directly running a script because Python compiles it to bytecode on the fly, and because it is embarrassingly slow.