Hacker News new | ask | show | jobs
by TylerE 294 days ago
The venue bigger issue with rust as that the compiler is so bitchy it is actively hostile to incremental add-a-line-at-a-time incremental development.

Especially unused variables being a hard compilation error, not a warning.

2 comments

What? Unused variables are warnings in Rust. Are you thinking of Go?