发布于 2017-04-18 00:31:20 | 147 次阅读 | 评论: 0 | 来源: 网友投递
PureScript 静态类型语言
PureScript 是个小巧而强大的静态类型语言,可以编译成 JavaScript。purescript 主要是由 Haskell 和 PureScript 编写的。
PureScript 0.11.4 发布了。PureScript 是个小巧而强大的静态类型语言,可以编译成 JavaScript。PureScript 主要是由 Haskell 编写的。
主要更新内容如下:
增强功能:
purs
executable will now display help text by default (@matthewleon)
Adding -h
/--help
to ide
subcommands (@simonyangme)
Some simplifications to the tail call optimization (@matthewleon)
Bug 修复:
Remove newline from printed custom type errors (@matthewleon)
Fix pretty printing of rows in error messages (#2820, @thoradam)
Allow user to propagate Warn constraints (@paf31)
Match type level strings in docs renderer (#2772, @hdgarrood)
Fix encoding bug in purs ide
list import command (@kRITZCREEK)
purs ide
now reads files in text mode for adding imports (@kRITZCREEK)
其他:
Bump aeson
lower bound to 1.0 (@hdgarrood)
Add a bunch of NFData instances (@hdgarrood)
Turn off coveralls upload for now (@paf31)
purs
command line help message fixes (@Cmdv)
Switch core-tests to psc-package
(#2830, @matthewleon)
Update CONTRIBUTING.md
notes (@thoradam)
完整更新内容请查看发行首页。
下载地址: