Ask HN: How to learn Rust without learning to program?

1 points by sanosuke ↗ HN
Ok, so...

Almost all the books written with the intention to teach you some X programming language, actually do the same journey over and over. What variables are, if-else, classes, etc.

I wan to learn Rust, but without reading all the same material. I mean, I already know what an if construct does, etc. I'm not saying I'm expert programmer, but a lazy person. Lol

What would be your advice for me?

Thank you.

5 comments

[ 152 ms ] story [ 1758 ms ] thread
Usually for most languages there are more advanced texts that skip the basics. I know I've seen them, though I don't have concrete examples at the moment.
Wow, this community is fast. Thank you for your responses and those valuable resources. Having that Rust summaries and cheat-sheets. How can I learn about the way of putting an entire application together, the rustacean way? That is not too large to digest, like Servo. Thank you again