| ▲ | saghm 5 hours ago | |||||||
I've said for a while that the main reason Rust is so popular is that it has a lot of effort put into the developer experience, with the low-level safety honestly not being all that important to a large portion of the programmers who would be fine with a garbage collector. I used to think that maybe a "Rust with garbage collector" would come along, but at this point it honestly seems more likely that an optional garbage collector would be added to Rust (probably with just the primitives in std and leaving it up to libraries to provide a more full experience, like with async runtimes). | ||||||||
| ▲ | Surac 4 hours ago | parent [-] | |||||||
a rust with gc is already available. it is called c# and runs on all os nowerdays | ||||||||
| ||||||||