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?

  • 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.