←back to thread

13 points northlondoner | 1 comments | | HN request time: 0.195s | source

Noticed how C# is underrated. About memory safety in C#. How difficult to introduce multi-paradigm memory safety approach like Rust? Ownership model for example, would it be possible to enforce practice via some-sort of meta framework?
1. zamalek ◴[] No.46290939[source]
C# is already memory safe. This isn't the reason why some people chose Rust over C#.