@hackage fay0.14.4.0

A compiler for Fay, a Haskell subset that compiles to JavaScript.

Fay is a proper subset of Haskell which is type-checked with GHC, and compiled to JavaScript. It is lazy, pure, has a Fay monad, an FFI, tail-recursion optimization (experimental), and support for cabal packages.

Documentation

See documentation at http://fay-lang.org/ or build your own documentation with:

$ cabal unpack fay
$ cd fay-*
$ cabal install
$ cabal install fay-base

Examples

See http://fay-lang.org/#examples.

Release Notes 0.14.4.0:

  • Fix record updates on IE <= 8.

  • Import tweaks, will make compilation a lot faster (4x reported) when there are a lot of imports.

  • Parse hs sources with base fixities.

See full history at: https://github.com/faylang/fay/commits