9924 shaares
256 private links
256 private links
The internet is full of fights about Go vs. Rust. But I think the fascinating thing is how similar their developer tooling experience is.
You don’t need to wonder what the best tool to use for testing, fuzzing, packaging or linting is.
Tooling innovation happens, new languages adopt and standardize on it, and end up incrementally better than existing languages.
Package manager state of the art: cargo
and rustup
Documentation state of the art: docs.rs
Formatting state of the art: gofmt
, rustfmt
, zigfmt