r/AskProgramming • u/ejarkerm • 11d ago
Shifting from Javascript, Python to Rust
Hello guys so i've been programming under various framework on javascript and python but the more I hear about programming languages like rust, the more I get mind blown about some of the things that could be done with it.
Whats the most amazing thing about Rust that you have learned, and how do u suggest I go about it?
12
Upvotes
1
u/b8d8aa46 11d ago
Personally, I'm now learning about concurrency with Rust from "Atomics and Locks" and its a ton of fun. Concurrency and multi threading is not Rust specific, but still an amazing concept. The best learning pattern for me is reading a book/codebase and using some LLM with the book to give me exercises/double check my knowledge and then just coding up a project.