this post was submitted on 24 Jun 2026
92 points (96.9% liked)

Linux

14103 readers
133 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] tyler@programming.dev 2 points 1 day 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.