|
|
|
|
|
by amelius
541 days ago
|
|
I like many of the ideas of Rust, but I still think it is an unsuitable language for most projects. The problem is that it is very easy to write non-GC'd code in a GC'd language, but the other way around it is much much harder. Therefore, I think the fundamental choice of Rust to not support a GC is wrong. |
|
If GC is an option and you want all the nice parts of Rust, use OCaml