Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
Phantasm (phnt@fluffytail.org)'s status on Friday, 30-Aug-2024 02:26:07 JSTPhantasm @mia Language specific package managers are an another can of worms. There are only 3 languages in existence that didn't make me hate them after dealing with dependencies. Erlang, Elixir and Go.
With that said, Go has almost zero backwards compatibility with older versions, because devs almost always insist on using the "new and hottest" features in the new version and it insists on statically linking it's libraries for some reason.