Hacker News new | ask | show | jobs
by j1f4 3368 days ago
> reasonable to conflate panics with unsafety if one is only used to "crashing" in the context of C.

I suppose it's possible that's what generates most instances of this question, but I had the same question when I was first introduced to Rust and it came from a different root.

I had been reading about Erlang, and from that context I expected "safety" to be about avoiding system downtime (e.g. gracefully handling failed asserts) as much as anything.