On Fri, Nov 15, 2013 at 9:55 AM, Marijn Haverbeke <mari...@gmail.com> wrote:
> As the author of the original tutorial I'm interested in what people
> hate so much about it. It appears to have slightly bit-rotted, in that
> the language moved on and people haphazardly updated stuff here and
> there, but the bulk of it still looks coherent. Can I get some
> concrete pointers?

It's gets across most of the information, but it doesn't have a very
compelling flow of examples. It teaches how to use language features
rather than walking through building something with those features.

For example, the sections on owned boxes and borrowed pointers could
be done by walking through the implementation of a singly-linked list.
It's incredibly hard to actually do this without using too many
features before they've been introduced.
_______________________________________________
Rust-dev mailing list
Rust-dev@mozilla.org
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to