▲ 77 ▼ Java at 30: How a language designed for a failed gadget became a global powerhouse (www.zdnet.com) submitted 1 year ago by cm0002@lemmy.world to c/programming@programming.dev 17 comments fedilink hide all child comments
[–] PolarKraken@programming.dev 1 point 1 year ago (2 children) Yeah I've been hearing about it and meaning to dive in. Been learning some infra stuff lately though. Any particularly strong selling points you want to convey? permalink fedilink source parent hideshow 4 child comments replies: [+] rvdn@lemmynsfw.com 2 points 1 year ago [deleted] permalink fedilink source parent [–] arthur@lemmy.zip 2 points 1 year ago It uses the same philosophy of cargo.toml files in Rust projects, where you have all dependencies and versions listed. It's quite fast, and you can use it to install python cli tools without change your base installation. It's the best of venv and pipx and more, IMHO. permalink fedilink source parent
[–] arthur@lemmy.zip 2 points 1 year ago It uses the same philosophy of cargo.toml files in Rust projects, where you have all dependencies and versions listed. It's quite fast, and you can use it to install python cli tools without change your base installation. It's the best of venv and pipx and more, IMHO. permalink fedilink source parent