Live data from Hacker News

Ask HN: How do you learn Rust in 2023?

news.ycombinator.com

11–19 of 19 posts

Re: Ask HN: How do you learn Rust in 2023?

#11

Thanks! I am looking at The Book ( https://doc.rust-lang.org/book/ ), but hoped there was an amazing person on youtube. Yeah, I'll build something, finally trying webassembly.

There's a Youtube playlist I stumbled on. It follows along with the Rust Book.

https://www.youtube.com/watch?v=OX9HJsJUDxA&list=PLai5B987bZ....

Re: Ask HN: How do you learn Rust in 2023?

#13
I have found ChatGPT to be most useful as a way of explaining tricky code examples in Rust.

So while going through Rust by Example, I'll paste programs into ChatGPT and have a conversation with it about how specific pieces work. I've also done LeetCode problems and then asked ChatGPT for feedback about my approach.

Post reply on HN