Hacker News new | ask | show | jobs
by steeeeeve 497 days ago
The selling point of Rust was that it protects programmers from doing dangerous things.
1 comments

This is a good first approximation, but it misses something. It's actually that it protects programmers from accidentally doing dangerous things. There's a lot of support in the language for doing dangerous things, you just have to explicitly say "hey I know I'm doing something dangerous, and I promise I'm right here."