• I Cast Fist@programming.devOP
      link
      fedilink
      arrow-up
      0
      ·
      18 days ago

      That nexe looks nothing like cosmopolitan. Nexe compiles a node.js into a single exe for Windows and, from the readme, can create native binaries for other distributions (Linux, Mac), something that isn’t new to Nexe, you could do that with FreePascal way before Nexe. If you avoided OS specific calls, you could pull that since the early 90s with C, too.

      Compiling the same codebase for N different platforms, generating N different native binaries, isn’t the same as having one single executable file that runs out of the box on significantly different OSs. Put it another way, she made a java that works without needing a JRE or JDK installed.

      • onlinepersona@programming.dev
        link
        fedilink
        arrow-up
        0
        ·
        edit-2
        18 days ago

        🤔 I swear I’ve seen this multiplatform single executable before. Maybe nexe isn’t it, but as soon as she whipped out the hexcode and talking about binary headers, it felt more than a dejavu. Someone did it years ago, put it in github, and it was called an abomination.

        It’s very similar in vein to this script that can be executed by bash and powershell.

        Anti Commercial-AI license

  • What she’s accomplished is, to me, astonishing and an impressive intellectual feat. I believe there’s a pretty big caveat that it only works on x86_64, i.e. not ARM. The latter being fairly popular and not uncommon.

    It wouldn’t damage the impressiveness of her achievement to say “most OSes on x86.”