Hacker News new | ask | show | jobs
by Groxx 1470 days ago
I'm not sure what Rust would gain from a garbage collector - it'd still need all of lifetimes for instance, because ownership is the necessary piece for preventing races.