发布于 2015-02-11 00:23:03 | 111 次阅读 | 评论: 0 | 来源: 网友投递
PureScript 静态类型语言
PureScript 是个小巧而强大的静态类型语言,可以编译成 JavaScript。purescript 主要是由 Haskell 和 PureScript 编写的。
PureScript 0.6.6 发布,此版本更新内容如下:
重大改进:
The syntax of record getters was changed to _.prop
(@garyb)
功能增强:
The record part of a record updater can now be made into a wildcard, e.g. _ { foo = 1 }
(@garyb)
Extended infix expressions are now supported, (@paf31) e.g.
[1, 2, 3] `zipWith (+)` [4, 5, 6]
Bug 修复:
Newline issues were fixed in executables (@michaelficarra)
PureScript 是个小巧而强大的静态类型语言,可以编译成 JavaScript。purescript 主要是由 Haskell 和 PureScript 编写的。