• anhydrous@lemmy.world
    link
    fedilink
    arrow-up
    3
    ·
    2 days ago

    Also a programmer. This is true with the exception of JVM languages, which can sometimes place a burden on the user of an application.

    • tyler@programming.dev
      link
      fedilink
      arrow-up
      3
      arrow-down
      1
      ·
      2 days ago

      funny, as a jvm dev, I think the same about Python. Most JVM devs are packaging their code as binaries, not raw jars. Most Python devs package their code as… well they don’t usually. they just tell you to clone the project and run it with a virtualenv. Which is so much worse than a jar.