|
|
|
|
|
by sdegutis
2360 days ago
|
|
I'd say Rust is the improvements to C that I've always been wanting: better type safety, real generics, first-class closures, and OOP without inheritance, only using structs to structure data, leaving code execution to just functions. It's what I hoped Go would become. (Take with grain of salt, I'm just starting to learn Rust.) |
|
Other than that, Rust does seem to be an improvement and less... stressful to program in.