Hacker News new | ask | show | jobs
by tiborsaas 2375 days ago
That might change now. Someone might pick this up after completing a few JavaScript chapters in a JS specific book. I haven't read the book yet so I can't comment on the concepts, but based on your list it's a great resource for any newbie programmer, especially to those who are self taught like me.

> What are you doing in the industry that familiar syntax is top priority?

The question is more like: "Do I want to invest time into learning a new language just to read and comprehend new and interesting concepts?".

With endless knowledge out there, I usually gravitate towards the least friction.

> I would think that other books, specific to Javascript, would be a much better fit for people writing pretty much anything in Javascript.

I don't think of this book as the ultimate JavaScript book. It just uses it as the most accessible language out there, and that matters a lot imho.

1 comments

It is a great book for self-taught programmers. But the book is about programming language concepts and paradigms, and explores these though the development of multiple languages, interpreters and compilers. It is fundamental to the book that you have to learn a bunch of small languages. Scheme just makes it really easy to implement new languages.
That makes sense looking at it from this angle.