I’ve definitely turned into the paranoid nutcase within my friend group in recent years, I hate that everything is “smart” nowadays requiring an app/internet connection & account, just to do basic things that didn’t require any of that before.

What’s some things currently making you ramble like an old man?

  • treadful@lemmy.zip
    link
    fedilink
    English
    arrow-up
    9
    ·
    10 months ago

    TS is basically a JS extension, but no, I meant JavaScript. Webpack, esbuild, babel, and probably a dozen others were not originally built for TS.

    • CeeBee@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      10 months ago

      I’m trying to understand what you meant by “The only language we transpile because working in the vanilla version is so miserable.”

        • CeeBee@lemmy.world
          link
          fedilink
          arrow-up
          2
          arrow-down
          1
          ·
          10 months ago

          Just “ok”?

          The statement “the only language we transpile” is just wrong. Java is a language that we (usually) transpile.

          Then there’s LLVM, and how the frontend transpiles a language into an IR before being sent to a backend that targets a hardware architecture.

          • wols@lemm.ee
            link
            fedilink
            arrow-up
            3
            ·
            10 months ago

            I think they meant the only language we transpile to for the express reason that working with it directly is so unpleasant.

            Java is not transpiled to another language intended for human use, it’s compiled to JVM bytecode.

            People don’t usually develop software directly in the IR of LLVM. They do develop software using vanilla JavaScript.