How JavaScript Works
Crockford, Douglas
- 出版商: Virgule-Solidus LLC
- 出版日期: 2018-10-18
- 售價: $1,890
- 貴賓價: 9.5 折 $1,796
- 語言: 英文
- 頁數: 280
- 裝訂: Hardcover - also called cloth, retail trade, or trade
- ISBN: 1949815013
- ISBN-13: 9781949815016
-
相關分類:
JavaScript
海外代購書籍(需單獨結帳)
相關主題
商品描述
A light-hearted romp thru the world's most misunderstood programming language.
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.