发布于 2016-10-07 00:27:44 | 127 次阅读 | 评论: 0 | 来源: 网友投递
这里有新鲜出炉的CoffeeScript 中文手册,程序狗速度看过来!
CoffeeScript
CoffeeScript是一套JavaScript的转译语言,创建者 Jeremy Ashkenas 戏称它是- JavaScript 的不那么铺张的小兄弟。因为 CoffeeScript 会将类似 Ruby 语法的代码编译成 JavaScript,而且大部分结构都相似,但不同的是 CoffeeScript 拥有更严格的语法。
CoffeeScript 1.11.0 发布了。 此次更新内容:
Bugfix for shorthand object syntax after interpolated keys.
Bugfix for indentation-stripping in """
strings.
Bugfix for not being able to use the name "arguments" for a prototype property of class.
Correctly compile large hexadecimal numbers literals to 2e308
(just like all other large number literals do).
下载地址: