6 ms·
Great point, just a nit: Rust does not have mandatory GC.
by handsomeransoms 12y ago
Great point, just a nit: Rust does not have mandatory GC.
- haberman 12y agoYes, that's what I was trying to say, sorry it if it was unclear. Some "better is better" ideologues will make mandatory GC a part of their vision despite of its costs. Rust has taken a different approach and come up with a "better is better" design that does not make this compromise.
- steveklabnik 12y agoIt doesn't even have optional GC.
- dllthomas 12y agoArguably, it has mandatory manual GC.