Comment by trealira
Comment by trealira 2 months ago
A lot of people want a garbage collected Rust without all the complexity caused by borrow checking rules. I guess it's because Rust is genuinely a great language even if you ignore that part of it.
Isn't garbage collected Rust without a borrow checker just OCaml?