Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
Hélène (helene@p.helene.moe)'s status on Monday, 19-Sep-2022 09:06:03 JSTHélène @aliss @tost basically Rust is meant to be more about being "provably safe" than "robust"
it is not meant to deal with unexpected inputs or state corruptions, etc, while also being very strict on the programmer for that
i'd trust things like erlang or elixir much more in that regard, they're basically designed for that: one process crashes, it's fine, just restart it; letting things crash *is* the way to be robust IMO