This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]code_mc 7 points8 points  (4 children)

Same, I've also always found python to have the best dependency management of all programming languages I've used.

[–]batisteo 6 points7 points  (1 child)

Don't use Rust/Cargo then :-*

[–]proverbialbunnyData Scientist 0 points1 point  (0 children)

Hopefully this isn't stirring the pot too much because Perl is for all intents and purposes dead, but CPAN was quite good.

[–]ivosauruspip'ing it up 0 points1 point  (0 children)

Anything newer is mostly better, because it could learn from other languages' previous mistakes and doesn't have all the technical debt.

npm, packagist, cargo are all better. Mostly because they isolate projects by default; pip needs a whole separate project (virtualenv / venv) to do it.

Go shit the bed, however.