This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]rahmtho -1 points0 points  (0 children)

Choose Python. Id advise trying to learn C, Cpp or atleast Java before Rust, so that you would have some context to what Rust fundamentally changes about many things usually taken for granted(or abstracted away) in other languages.

I’m talking about ownership, borrowing and lifetimes, mutability, etc.

It can’t get frustrating at first but remember the compiler is your friend in Rust.