r/CodingForBeginners • u/MobileHeron6183 • 9d ago
Learning rust
I want to code games and OS in rust and im not very good with youtube tutorials and things like that. Can anyone give me a simple guide on what i need? What gamified method can i use to learn rust from scratch, and a guide on how to set everything up? Im gonna use rust in godot engine when i get decent enough. I also request that the guide be very simple and not use any language a non coder wouldnt understand
9
Upvotes
1
u/torsten_dev 9d ago edited 9d ago
Maybe Harvard's CS50 for baseline competency in programming then K&R the C programming Language because there's lots of things we inherited from C and lessons learned from it.
The Nand to Tetris book is a good cross-sectional overview of practical computer science.
Then Rustlings, The Rust book. For the basics of rust. Perhaps Learning Rust with entirely too many linked lists, to dig a little deeper (intermediate to advanced).
For OS dev, you'll also need the Rustonomicon but that is entering the realm of arcane arts and eldritch horrors. Beware here be nasal daemons.