Let’s reinvent java bytecode but… different

    • XTL@sopuli.xyz
      link
      fedilink
      arrow-up
      5
      arrow-down
      1
      ·
      3 months ago

      No, Java was always a creeping horror. The VM is one of its less bad features.

      Yes it has been steadily getting worse, though.

      • marcos@lemmy.world
        link
        fedilink
        arrow-up
        4
        ·
        3 months ago

        less bad

        Hum, no. The idea of a fast intermediate representation that is still high-level enough to allow for runtime optimizations and portability is GREAT. It’s not “less bad”.

        But, of course, everything else destroys the language. A language agnostic WASM is taking that one really great part, and dropping everything else.

      • taanegl@lemmy.world
        link
        fedilink
        arrow-up
        5
        ·
        3 months ago

        Sun Microsystems was once the great hope of the computing world, and technically the JVM was first to normalise the use of VM’s, albeit from a containerised perspective. It was Docker before docker, in some sense.

        This coupled with Solaris and the SPARC systems that were Java-native (whatever that means) enabled this type of containerisation from a hardware level, which again: was a huge thing.

        But, Sun turned for the worse once the JVM hit browsers and server stacks. That’s when their SaaS model was envisioned, that was the precursor to the acquisition by Oracle.

        So it started nicely, but hit the enshitification velocity somewhere in the early 2000s.