A shitpost about languages that generate CVEs

  • lad
    link
    fedilink
    English
    116 months ago

    Well, one of the most widely used that allows to do low-level stuff. The most widely used one is by far JavaScript but good luck making an OS or a device driver with it

      • @[email protected]
        link
        fedilink
        46 months ago

        Oh gawd. That would be so horrible! Is there a project o compile JavaScript to bytecode? With like LLVM? There must be, but I haven’t heard of it. I shouldn’t even say anything because I will be better off pretending it doesn’t exist.

        • @calcopiritus
          link
          16 months ago

          Just bundle a JavaScript interpreter with the JavaScript code. No need to compile JavaScript.