Comment Same error often repeated (Score 4, Interesting) 33
Why do programming languages keep repeating the same mistake of side-stepping established ways to provide libraries (e.g. the OS distribution systems) and run some self-service systems where anybody can just upload their malware with nobody looking over it?
It's one of those ideas that immediately sound like a bad idea. We have made so much progress in memory safety with languages like Rust and Go, only for those security advanced to be eliminated by a system that downloads dependencies from a random server. Dependencies that often would be better suited for the standard library.