|
|
|
|
|
by CodeBrad
2081 days ago
|
|
> C++ is becoming a real mess of features > I am now looking forward to learning Rust Prepare yourself. I personally think one of the major downsides to learning Rust is how quickly the language is moving. I first started looking into Rust in ~2015, but it seems most hobby projects from that time won't even compile today. It feels like there are non-breaking changes to the language almost weekly. I still cannot figure out if I should be using nightly rust, stable rust, or switching back and forth depending on the project. Overall I think Rust is doing a lot of great things, but I'm not sure it is handling the "mess of features" aspect of programming languages particularly well. |
|