Hacker News new | ask | show | jobs
by mlindner 1700 days ago
Most development bugs in other languages are issues of type mismatch (in dynamic languages) or memory issues, both of which aren't a problem in Rust. You don't need to iterate as fast.
1 comments

> You don't need to

I do need to