|
|
|
|
|
by some_account99
2069 days ago
|
|
which edition, because honestly i found Blandy book very little value in providing any explanation about rust beyond demonstrating page over page rust's equivalences in c++. it's just really a translation of c++ patterns into rust equivalences. no explanation, history, context about language design or idiomatic patterns from the host language. I don't know the history of The Book's date of publish/development vs blandy's book enough make this any more than a conjecture: it seems like blandy's book is a re-take on the book. also, i am not saying The book is any good beyond a tour of the language. come to think of it, it's actually less like TC++PL or D&EC++, and more like the tour of c++. |
|
> it's just really a translation of c++ patterns into rust equivalences. no explanation, history
Perhaps. I came from a strong C++ background, maybe that's crucial when reading it. It all just made perfect sense to me.