@hackage fay0.12.0.0
A compiler for Fay, a Haskell subset that compiles to JavaScript.
Categories
License
BSD-3-Clause
Maintainer
chrisdone@gmail.com, adam@edea.se
Links
- Homepage
- Documentation
- No source repository
- Security
Versions
Installation
CustomDependencies (31)
- HUnit
- aeson <0.7
- attoparsec
- base >=4.6 && <4.7
- blaze-html >=0.5 && <0.8.1
- blaze-markup Show all…
Dependents (13)
@hackage/yesod-fay, @hackage/fay-geoposition, @hackage/fpco-api, @hackage/olwrapper, @hackage/acme-everything, @hackage/fay-base, Show all…
Package Flags
devel
(off by default)
Don't build fay-tests and fay-docs if this flag is supplied
Fay is a proper subset of Haskell which can be compiled (type-checked) with GHC, and compiled to JavaScript. It is lazy, pure, with a Fay monad, an FFI, tail-recursion optimization (experimental). It implements no type system, for type-checking you should use GHC.
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 $ dist/build/fay-docs/fay-docs
Examples
See http://fay-lang.org/#examples.
Release Notes
. * Updates to name resolution.
. * Added initial fay-base support.
. * Basic CPP support (#136)
. * Serialization of Text values (#136)
. * Add Automatic serialization, export Automatic/Ptr, bump version.
. * Do not automatically serialize polymorphic values.
. * Support Ptr type to force the serializer to ignore things.
. * Add very dubious --package flag.
. * Support type imports (IAbs)
. * Support import X (a, b) and import X hiding (a, b).
. * Implement guards in case branches
. * Fix instance declarations missing when typechecking (closes #177)
. * Bump optparse-applicative to >= 0.5 (closes #195)
See full history at: https://github.com/faylang/fay/commits