"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…
Eloquent JavaScript, Second Edition
21–30 of 114 posts
Re: Eloquent JavaScript, Second Edition
#22"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…
Re: Eloquent JavaScript, Second Edition
#23"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…
Note the author is not a native English speaker, and the book in its current form probably hasn't gone through the editors yet.
Re: Eloquent JavaScript, Second Edition
#24Re: Eloquent JavaScript, Second Edition
#25"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…
Re: Eloquent JavaScript, Second Edition
#26Re: Eloquent JavaScript, Second Edition
#27"Casual computing has become become much "
Re: Eloquent JavaScript, Second Edition
#28This 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…
https://twitter.com/awbjs/status/474662357516689410
http://blog.oio.de/2014/06/13/ecmascript-6-delayed-mid-2015/
Re: Eloquent JavaScript, Second Edition
#29This 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…
Re: Eloquent JavaScript, Second Edition
#30In 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.…