Next Iteration of “The Rust Programming Language” Book
rust-lang.github.io
Next Iteration of “The Rust Programming Language” Book
1–10 of 111 posts
Re: Next Iteration of “The Rust Programming Language” Book
#2Steve if you are listening, thanks for putting all the hard work into the original book, the revision as The Rust Programming Language, and this most recent revision.
Re: Next Iteration of “The Rust Programming Language” Book
#3I rode the Ember train from 1.4 to now and it was an extremely ehausting process to get to 2.0 with nearly every version requiring frustrating architectural rewrites. The upgrade from 2.0 to 2.8 took like 15 minutes and didn't require a single major refactor. I'm not trying to switch context away from a discussion of Rust, that's just for example purposes of stabilizing.
I found myself struggling to find guides that still worked as written and I was looking at guides because I failed to become competent from the Rust book and Rust by example alone so I wasn't able to diagnose the upgrade path for the content. This has stopped my learning dead in its tracks every time.
To be clear, I have no CS background or functional programming experience so I'm not the target audience and I don't mean any this as a slight against the language.
Re: Next Iteration of “The Rust Programming Language” Book
#4This book has been hugely helpful for me to get started in Rust. I've been following since the original "Rust for Rubyists" from Steve Klabnik. Steve if you are listening, thanks for putting all the hard work into the original book, the revision as The Rust Programming Language, and this most recent revision.
Re: Next Iteration of “The Rust Programming Language” Book
#5Re: Next Iteration of “The Rust Programming Language” Book
#6I hope the quick link to the rust playground in the sample code stays around.
Also curious, is this supposed to be reflected on Rust Stable at https://doc.rust-lang.org/stable/book/
Re: Next Iteration of “The Rust Programming Language” Book
#7I read the previous books bit on ownership. I'm not sure if this new version is better written or I've come across this stuff so many times that it's starting to make sense to me through pure attrition - but the picture does seem clearer to me. Particularly the "Ownership and Functions" bit.
I'll definitely make use of this next time I think I have a rust shaped problem. Whether that will put me over the edge into being a rust user will remain to be seen (I have my reservations about lots of other stuff), but I appreciate they're really trying with the documentation side of things.
Re: Next Iteration of “The Rust Programming Language” Book
#8Sigh. Looks like it's time for round 5 of time to learn Rust(my personal failing, not meant as a slight against the language at all). Has the pace of sweeping changes to the language slowed down in the past year? I rode the Ember train from 1.4 to now and it was an extremely ehausting process to get to 2.0 with nearly every version requiring frustrating architectural rewrites. The upgrade from 2.0 to 2.8 took like 15…
Absolutely, Rust has been stable since 1.0 released in May 2015 with a promise of backwards compatibility and has largely upheld that promise.
Re: Next Iteration of “The Rust Programming Language” Book
#9Re: Next Iteration of “The Rust Programming Language” Book
#10This book has been hugely helpful for me to get started in Rust. I've been following since the original "Rust for Rubyists" from Steve Klabnik. Steve if you are listening, thanks for putting all the hard work into the original book, the revision as The Rust Programming Language, and this most recent revision.
Thanks to Steve and also carols10cents for this excellent revision.