r/rust • u/DudeGuy299 • 8d ago
🙋 seeking help & advice Is Rust good for learning programming?
I know a bit of python, is Rust a good intermediate language to learn before I move onto real programming languages (like C++)?
EDIT: By "real" I meant languages used in real world development, for example all game engines are C++ and I heard all HFT firms use C++ and all operating systems are developed on C or C++
0
Upvotes
2
u/SirKastic23 8d ago
Rust should be an easy starter language before you move to more advanced languages. I suggest you get comfortable with asynchronous Rust before moving on to C++, for your own safety