Tried rewriting a file processor in both Go and Rust.
- Go: fast to build, readable, batteries included
- Rust: incredible perf, more mental load, strict but fair
- Winner? Depends on context
Rust’s ergonomics are improving. Go remains default for ops tools.