@matt @rain Yes, 100% agreed! I was writing some C# recently and found myself missing “shared XOR mutable” so much. Even when you have a garbage collector, thread safety is so hard, and Rust’s ownership model removes a whole class of potential bugs.
I often miss my garbage collector but I’d have a hard time giving up Rust for concurrent programming at this point.
Comments
Displaying 0 of 0 comments