PureScript 是个小巧而强大的静态类型语言,可以编译成 JavaScript。purescript 主要是由 Haskell 和 PureScript 编写的。
PureScript 0.7.3 发布 ,此版本主要更新内容如下:
@gbaz 实现了 generic deriving
@garyb 实现了 orphan instances 测试
功能增强
@mjgpy3 has added a warning when an input glob does not match any files.
Bug 修复
The psc: <<loop>>
has been fixed. This was due to a bug in the error pretty printer. ( @paf31 )
An issue with unicode characters in string literals was fixed by @michaelficarra .
Compiler errors are now pretty printed in psc-publish
( @paf31 )
Modules are no longer linted if they are not being rebuilt ( @paf31 )
FFI bindings are now reloaded when changed, in PSCi ( @paf31 )
其他
@phadej and @zudov have improved our CI process, so that PureScript now compiles against three versions of GHC and two LTS Stackage releases, as well as the nightly stackage releases.
@phadej and @lukerandall have worked on supporting PureScript in Stackage.
下载: