Live data from Hacker News

Eloquent JavaScript, Second Edition

eloquentjavascript.net

1–10 of 114 posts

Re: Eloquent JavaScript, Second Edition

#4
In 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'm sure someone can come up with examples of where it has previously been done before but this is the first I personally have seen it.)

Re: Eloquent JavaScript, Second Edition

#6
I've been following this book for a while now and I'm pretty thrilled to see its reception here on HN. This book is an excellent introduction to front-end development (and even a little backend since it does include a chapter on Node.js)

It has an excellent balance of design patterns and introductory knowledge to attract the new and also seasoned developers who are beginning to look at javascript more seriously.

(This book is also a great primer for anyone who did not understand Javascript the Good Parts)

Re: Eloquent JavaScript, Second Edition

#7
post #5

Great book but... is it finished yet? Doesn't seem so [1]. [1] https://github.com/marijnh/Eloquent-JavaScript

According to Marijn Haverbeke's twitter feed[0]:

"I am happy to announce that the online edition of Eloquent JavaScript's 2nd edition is done, and online at " http://eloquentjavascript.net

[0] https://twitter.com/marijnjh/status/494433950505644032

Post reply on HN