Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
My method usually gets me familiar in a day or so:
1. Open docs
2. Start at the "getting started section," read
3. Learn the basic data types
4. Identify the paradigm
5. Read the basic syntax
6. Read memory management strategy
7. Read compilation strategy
8. Set up a test bed
9. Build a simple program
10. Rinse/repeat over advanced topics -
legit how busy can you be for book reading as a highschool student man? Not trying to shit on it or anything don't get me wrong.
the official rust book is pretty short and not bad at all. Have a go at it whenever you get the chance. -
wannabe5325yBuild a project. Do it the hard way. The discord and documentation is fine.
Just stop asking what to do and start doing it :P -
ebrithil1645yThe official docs are great for rust.
Als i think that https://rust-unofficial.github.io/t... is pretty good to get you started on the borrow checker
Related Rants
anyone know of any quick ways to learn rust?
I am super busy these days so I don't really have time to read a book or something. I already know java, c++, etc so this type of language isn't very new to me.
question
rust