Hacker News new | ask | show | jobs
by hu3 1017 days ago
Agreed. Go is prime example of a rather (intentionally) unsexy language that sports great tooling.
1 comments

I am not an expert in go, but I find its tooling not good at all, especially package/dependency management. But at least there is _less_ tooling required than most nodejs projects and _less_ tooling fragmentation in general.

Rust/Cargo is the one I was most impressed by. But I haven't done any significant work in Rust.