← Back to context Comment by SupLockDef 8 hours ago Probably Rust, that's always Rust with this kind of comments... 4 comments SupLockDef Reply monocasa 1 hour ago Java and C# also define what happens during data races enough that you can't break the memory safety guarantees with them. asdf88990 8 hours ago Or basic software engineering and understanding of what memory safe means. shikck200 8 hours ago Memory safety != Data race free maleldil 2 hours ago Yes, but Rust gets you both.
monocasa 1 hour ago Java and C# also define what happens during data races enough that you can't break the memory safety guarantees with them.
asdf88990 8 hours ago Or basic software engineering and understanding of what memory safe means. shikck200 8 hours ago Memory safety != Data race free maleldil 2 hours ago Yes, but Rust gets you both.
shikck200 8 hours ago Memory safety != Data race free maleldil 2 hours ago Yes, but Rust gets you both.
Java and C# also define what happens during data races enough that you can't break the memory safety guarantees with them.
Or basic software engineering and understanding of what memory safe means.
Memory safety != Data race free
Yes, but Rust gets you both.