Looking forward to reading it. Is there a place to report bugs I noticed a type in the first chapter "Casual computing has become become much "
Eloquent JavaScript, Second Edition
31–40 of 114 posts
Re: Eloquent JavaScript, Second Edition
#32Re: Eloquent JavaScript, Second Edition
#33Re: Eloquent JavaScript, Second Edition
#34"These ideas were initially worked out in the 1970s and 80s, and, in the 90s, were carried up by a huge wave of hype—the object-oriented programming revolution. Suddenly, there was a large tribe of people declaring that objects were the right way to program, and that anything that did not involve objects was outdated nonsense. That kind of zealotry always produces a lot of impractical silliness, and there has been a…
And you might at least use correct punctuation when critiquing someone else's writing.
Re: Eloquent JavaScript, Second Edition
#35"These ideas were initially worked out in the 1970s and 80s, and, in the 90s, were carried up by a huge wave of hype—the object-oriented programming revolution. Suddenly, there was a large tribe of people declaring that objects were the right way to program, and that anything that did not involve objects was outdated nonsense. That kind of zealotry always produces a lot of impractical silliness, and there has been a…
Additionally, your last line has the worst punctuation of all time.
Re: Eloquent JavaScript, Second Edition
#36In regards to the book's online version, I like how it has code examples that one can edit and run inline among the book's text. I often find myself, while reading a book on a particular language, opening up a new project in an IDE or a REPL in order to fiddle around with what the book it trying to teach. This makes it much more fluid. It was a pleasant surprise. It is a nice concept I have not previously seen done.…
Re: Eloquent JavaScript, Second Edition
#37Why is the paper book delayed until november? also the paper book says it has 400 pages, does the paper book has more content?
Re: Eloquent JavaScript, Second Edition
#38In regards to the book's online version, I like how it has code examples that one can edit and run inline among the book's text. I often find myself, while reading a book on a particular language, opening up a new project in an IDE or a REPL in order to fiddle around with what the book it trying to teach. This makes it much more fluid. It was a pleasant surprise. It is a nice concept I have not previously seen done.…
I just wish we had hi-res, color, e-ink monitors with quick refresh rate. I can't bring myself to read an entire book online; even if it's free.
Re: Eloquent JavaScript, Second Edition
#39This is the best Javascript tutorial out there, and I was eagerly looking forward to this update. From glancing at the text, however, it seems that it doesn't cover the very significant upgrades introduced by ECMAScript 6 "Harmony". Seeing that the standard is already being finalized towards a release in 4 months[1], this seems like an unfortunate omission in an otherwise top-notch text. [1] http://en.wikipedia.org/w…
Kind of a cheap shot, don't you think? Standards and browser adoption are two completely different things. It will be years before anyone tries using ES6 features in JavaScript and expects most browsers to understand them.
> It will be years before anyone tries using ES6 features in > JavaScript and expects most browsers to understand them.
I dispute that. Many ES.next features are already implemented in popular browsers[1].
Re: Eloquent JavaScript, Second Edition
#40This is the best Javascript tutorial out there, and I was eagerly looking forward to this update. From glancing at the text, however, it seems that it doesn't cover the very significant upgrades introduced by ECMAScript 6 "Harmony". Seeing that the standard is already being finalized towards a release in 4 months[1], this seems like an unfortunate omission in an otherwise top-notch text. [1] http://en.wikipedia.org/w…
Doesn't sound like ECMAScript 6 is coming out until mid-2015 https://twitter.com/awbjs/status/474662357516689410 http://blog.oio.de/2014/06/13/ecmascript-6-delayed-mid-2015/