• umbraroze@lemmy.worldOP
    link
    fedilink
    arrow-up
    14
    ·
    4 months ago

    I’m literally on an internship training course where the Exercises Left For The Readers are implementing Number Guessing Games on the various technologies talked about on the course. I’m like “thanks, but I read about this particular exercise extensively the BASIC age. I’m not going to redo these things unless your training material will have little cartoon robots. Like, you know, in the Usborne books or something.”

    • Anticorp@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      edit-2
      4 months ago

      Why would an internship train you on an antiquated language that hasn’t been used in decades?

      • umbraroze@lemmy.worldOP
        link
        fedilink
        arrow-up
        3
        ·
        4 months ago

        Well they train me in JavaScript frameworks and such. I allege this knowledge will be useless in a few decades. Or even less so, based on my meagre knowledge so far.

        • Anticorp@lemmy.world
          link
          fedilink
          English
          arrow-up
          5
          ·
          4 months 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@programming.dev
            link
            fedilink
            arrow-up
            4
            ·
            4 months 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.

            • fractal_flowers@lemmy.ml
              link
              fedilink
              English
              arrow-up
              1
              ·
              4 months 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@programming.dev
                link
                fedilink
                arrow-up
                2
                arrow-down
                1
                ·
                4 months 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)