发布于 2016-12-12 00:26:36 | 143 次阅读 | 评论: 0 | 来源: 网友投递
PureScript 静态类型语言
PureScript 是个小巧而强大的静态类型语言,可以编译成 JavaScript。purescript 主要是由 Haskell 和 PureScript 编写的。
PureScript v0.10.3 发布了,
更新内容:
改进
Solving IsSymbol instances
Add support for rows in instance heads under functional dependencies
Speeds up parsing by reading files as Text
Print functional dependencies in psc-docs output, fix #2439
Add available command to psc-package
Add uninstall command to psc-package
Warning for shadowed type class variables
Bug 修复
psc-package: display full path in 'packages.json does not exist' error messsage
Use writeUTF8File in psc-bundle
Use HTTPS to query Pursuit
Moved the expansion of astral code points to UTF-16 surrogate pairs from the JS code generator to the parser
Allow astral code points in record literal keys
Add value source positions
Update error message of ErrorInDataBindingGroup to include participating identifiers
更多更新内容请查看 更新日志