松本行弘的书

JavaScript

基本语法 Java/AWK
关键字 Java/AWK

数组literal Python
对象literal Python
generator Python
spread Python/Ruby
rest Python/Ruby
arrow function CoffeeScript/C#
async await C#

the good parts of JS
douglas crockford

Brendan Eich 采访中的设计思路

  • 基本语法 - C
  • 数据类型/内存管理机制 - Java
  • function - first class - Scheme
  • 基于prototype的继承机制 - Self