• AwkwardLookMonkeyPuppet
    link
    fedilink
    English
    59 days ago

    JavaScript is used on virtually every website on the planet today though. BASIC hasn’t been used for anything in like 40 years.

    • I Cast Fist
      link
      fedilink
      48 days ago

      20-ish, rather. You can still find some legacy systems running some version of VisualBasic on Windows.

      Also disagree with op, javascript is the current “lingua franca” of programming. Unless every browser decides to allow scripting in a less shotgun-your-foot language, javascript will remain widely used.

      • @[email protected]
        link
        fedilink
        English
        17 days ago

        Unless every browser decides to allow scripting in a less shotgun-your-foot language, javascript will remain widely used.

        It’s called web assembly, and all the major browsers (Safari, Chrome, Firefox, Edge) now support it. That’s not to say that Javascript is going to disappear, but other languages might take over much of its marketshare.

        • I Cast Fist
          link
          fedilink
          27 days ago

          Even wasm relies on javascript and frankly, I see its existence as a failure of many layers. Machine code -> Operating system -> Browser -> WASM (emulated machine code)