6 ms·
i think interactive tutorial works best for absolute beginners, it'd be great if anyone can provide link to the sources.
by azraeldv 3y ago
i think interactive tutorial works best for absolute beginners, it'd be great if anyone can provide link to the sources.
- cyann 3y agoSomething like https://exercism.org/tracks/rust https://exercism.org/tracks/rust
- marginalia_nu 3y agoAbsolute beginners seems like the wrong end to focus on if you want to actually be helpful. That stage lasts a couple of days at most. Every step you progress through requires more effort. Of course content creators typically focus on beginners because there are always more beginners than intermediates, which is why there is so much shallow beginner content flooding the market in basically any conceivable topic.
- tialaramex 3y agoAs you progress into more intermediate and expert understanding there's more and more nuance, which makes it harder to write good material anyway because there's always more you didn't cover. Still, your observation is why Jon Gjengset's "Crust of Rust" series was created: https://www.youtube.com/playlist?list=PLqbS7AVVErFiWDOAVrPt7aYmnuuOLYvOa https://www.youtube.com/playlist?list=PLqbS7AVVErFiWDOAVrPt7... Crust of Rust is not intended for people who didn't write any programs before, or even for people who've written a bunch of C++ but now are interested in learning Rust (actually those people might be successful with a fairly self-guided approach to get from zero to non-trivial program). Instead it's intended for the people who're beyond beginner but have specific things they don't "get". The first one is "Lifetime annotations" which is exactly the sort of thing that years of experience in BASIC, Javascript and C++ won't help with.
- nindalf 3y agohttps://rust-book.cs.brown.edu https://rust-book.cs.brown.edu is a version of the Rust Programming language that adds exercises. It makes the learning experience interactive.