Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove short intro from README #29611

Merged
merged 1 commit into from
Nov 5, 2015
Merged

Remove short intro from README #29611

merged 1 commit into from
Nov 5, 2015

Commits on Nov 5, 2015

  1. Remove short intro from README

    Originally, this was my 30 minute introduction, and we eventually made
    it the opener to the book. But as rust-lang#25918 has shown, the example I use
    here has some issues. The good news is that Rust makes heap allocation
    syntatically expensive, but the bad news is that that means showing
    equivalent programs from Rust and other languages is difficult. After
    thinking about it, I'm not sure this section is pulling its weight, and
    since it has problems, I'd rather just pull it than try to re-write it
    right now. I think the book is fine without it.
    
    FIxes rust-lang#25918
    steveklabnik committed Nov 5, 2015
    Configuration menu
    Copy the full SHA
    f70f8b4 View commit details
    Browse the repository at this point in the history