Free mini book download: the essence of dynamic functional language
According to the author Zhou aimin, the book "The essence of JavaScript language and programming practices" was originally named "the essence of dynamic functional language and programming practices". this is also the original intention of his book. Specifically, he does not want to discuss the usage or features of JavaScript as a language tool, but also wants to discuss dynamic and functional languages in a concise language. In order to give reference to these language models and explain how to integrate them together, the author also discussed the imperative language features in JavaScript.
Therefore, in fact, the book "The essence of JavaScript language and programming practices" is the power of the false JavaScript language. We have discussed the common and mainProgramDesign model. This is also the root cause of the book's hard-to-read process-few people will discuss the multi-language paradigm in a specific language. Especially for developers who use JavaScript, there is not much in-depth understanding of the language, and there is less research on the language features.
In this mini-book, the author excerpted the key chapters on language discussion in the book "The essence of JavaScript language and programming practices" (mainly in chapters 3, 4, and 5 ), the development and features of these languages are summarized from the perspective of JavaScript independence. As a purely linguistic discussion, readers do not need to understand JavaScript too much in this excerpt, nor do they need to delve into the details of a language. It is good to read it by reference to the literary theory.
This book consists of three parts: "imperative language", "functional language", and "Dynamic Language", all of which are simplified from the corresponding content in the book "The essence of JavaScript language and programming practices. The last part of this article is a summary of several languages.
Dynamic functional language essence details and free download:Essence of dynamic functional language