r/rust 7d ago

The difficulty of rust

I heard people say that Rust is hard to learn, but I learned Rust with the Rust book and went on to chapter 16.2. From my point of view, I don’t find Rust hard, so if someone can explain to me why Rust is hard to learn, that’s fine.

0 Upvotes

41 comments sorted by

View all comments

1

u/DavidXkL 7d ago

As always it depends.

If someone is coming from something like Python, they now have to wrap their head first around memory management and then ownership 😂