this post was submitted on 03 Sep 2023
14 points (93.8% liked)
Book Recommendations
187 readers
1 users here now
A community dedicated to recommending books, both new and old.
Please follow this instances rules.
To find more communities on this instance, go to: [email protected]
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Rust isn’t the easiest language but starting with it might not be the worst option. Rust is weird enough that if you start with some other language you’ll spend a lot of time unlearning that when you eventually try Rust.
Also I’ve found that the rust compiler gives the most helpful suggestions. It’ll tell you exactly what is wrong and where. I’ve worked in at least half a dozen languages and the tooling for Rust has been the best.