| ▲ | zozbot234 7 hours ago | |
Writing actual Rust for any GC language (including Golang) would ultimately be quite weird. You'd have to entirely change the way memory is modeled, to account for the restrictions GC introduces. It's similar to the restrictions introduced by having multiple address spaces, except even weirder because every object is its own tiny address space and a reference is just an address space descriptor. | ||
| ▲ | 21 minutes ago | parent [-] | |
| [deleted] | ||