发布于 2016-03-26 23:58:40 | 128 次阅读 | 评论: 0 | 来源: 网友投递
PureScript 静态类型语言
PureScript 是个小巧而强大的静态类型语言,可以编译成 JavaScript。purescript 主要是由 Haskell 和 PureScript 编写的。
PureScript v0.8.3 发布了。主要更新如下:
Fix detection of single open import (@garyb)
Fix true
not being treated as an infallible guard (@garyb)
Fix pretty printer spinning (@garyb)
Fix Windows build script (@garyb)
Fix #1889, improve performance by avoiding whitespace operations on large strings (@paf31)
Fix a crash related to error messages in the case splitting command (@kRITZCREEK)
Escape regex characters when using the flex matcher (@kRITZCREEK)
Adds --help
commands to the psc-ide
executables (@kRITZCREEK)
Catches EOF exceptions thrown in acceptCommand
(@kRITZCREEK)
了解更多更新内容请点击这里
下载地址: