| ▲ | phplovesong 8 hours ago | ||||||||||||||||
Rust WAS really nice before it got mangled with syntax like we never seen before. Graydon did not imagine rust as what it is today. Rust core wo. async is ok, but in practice rust projects tend to have hundreds of deps and really slow compiles. Its just like javascript with npm. | |||||||||||||||||
| ▲ | swiftcoder 8 hours ago | parent | next [-] | ||||||||||||||||
> in practice rust projects tend to have hundreds of deps That's really just any language with a built-in package manager. Go somewhat sidesteps this by making you vendor your dependencies, but very few other languages escape the ballooning dependency graph. | |||||||||||||||||
| |||||||||||||||||
| ▲ | the__alchemist 7 hours ago | parent | prev | next [-] | ||||||||||||||||
This is a concern when viewing the Rust experience. It can be avoided by judiciously choosing dependencies that you need, and that have shallow trees of their own. I like to distinguish the rust lang from The rust OSS community. They overlap, but can be treated separately if you exercise case. | |||||||||||||||||
| ▲ | VerifiedReports 5 hours ago | parent | prev [-] | ||||||||||||||||
"like we never seen"? | |||||||||||||||||