Y
Hacker News
new
|
ask
|
show
|
jobs
by
pornel
1401 days ago
Rust's Cargo has the same appeal. There are 90,000 libraries that support cargo build/doc/run/test without fuss.
1 comments
sneak
1401 days ago
No, I believe GP is advocating against language-specific tools being the standard. In the ideal world you would have a Makefile that calls cargo so "make" still works like it does identically in the js or python or golang repos.
link
ahungry
1401 days ago
yup, thats the appeal - in a multi language environment a common call, not having to futz with cargo run, npm run start, python3 -m something, etc
link