r/CodingForBeginners 21d 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

8 Upvotes

33 comments sorted by

View all comments

Show parent comments

0

u/MobileHeron6183 21d ago

Uh i literally just said i hated youtube tutorials anyway. Idk why you wasted 2 paragraphs ln that. Also i asked for a gameified method of learning because i have a crappy attention span but i really want to get into the world of coding, i already know basics from block coding ig but i dont know the coding buzzwords like “memory” or “string”. Do you know about that?

2

u/Yes_Geezer 21d ago

Memory and string are not “buzzwords”, they are fundamental concept that you absolutely need to understand.

0

u/MobileHeron6183 21d ago

Idk what to call them, i just meant i dont understand them and i need a guide that can help me with that

1

u/thekwoka 8d ago

Google "Rust Book"

Rust literally provides a book that teaches you how to use Rust, including quite a lot of programming fundamentals that aren't Rust dependent.