Hacker News new | ask | show | jobs
by gameswithgo 2529 days ago
You could make a coherent argument that Rust has better memory protections than C#. For instance data races are protected, that is a memory protection. Arguably replacing null with options is a form of better memory protection as well.