PureScript v0.8.3 发布了。PureScript 是个小巧而强大的静态类型语言,可以编译成 JavaScript。purescript 主要是由 Haskell 和 PureScript 编写的。主要更新如下:
Bug 修复
Fix #1916 (@bagl)
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)
psc-ide
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)
软件详情:https://github.com/purescript/purescript/releases
下载地址:https://github.com/purescript/purescript/archive/v0.8.3.tar.gz
来自:开源中国社区

