书籍 How JavaScript Works的封面

How JavaScript Works

Douglas Crockford

出版时间

2018-10-18

ISBN

9781949815009

评分

★★★★★
书籍介绍
Douglas Crockford starts by looking at the fundamentals: names, numbers, booleans, characters, and bottom values. JavaScript’s number type is shown to be faulty and limiting, but then Crockford shows how to repair those problems. He then moves on to data structures and functions, exploring the underlying mechanisms and then uses higher order functions to achieve class-free object oriented programming. The book also looks at eventual programming, testing, and purity, all the while looking at the requirements of The Next Language. Most of our languages are deeply rooted in the paradigm that produced FORTRAN. Crockford attacks those roots, liberating us to consider the next paradigm.He also presents a strawman language and develops a complete transpiler to implement it. The book is deep, dense, full of code, and has moments when it is intentionally funny.
用户评论
终于读完了,这是我读过关于 JavaScript 知识密度最大的一本书了。不光讲了 JavaScript 到底是怎么运作的,还夹带了私货,告诉你 JavaScript 其实“应该”怎么运作,指出了这门语言很多设计上的缺陷以及如何规避这些陷阱。非常好的书,推荐
挺有道格拉斯的个人风格的。各种抨击。
写作上语法太过古典,喜欢用一些不常见的单词,导致阅读起了非常的不流畅