@hackage fay0.14.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
Versions
Installation
CustomDependencies (30)
- Cabal
- HUnit
- aeson <0.7
- attoparsec
- base >=4.6 && <4.7
- blaze-html >=0.5 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 if this flag is supplied
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
Update test-cases for serialization.
ce7a34a Fix fully specified parametrized type serialization.
Full documentation.
Change Language.Fay.* to Fay.*.
Resolve packages using dataDir.
Optimize FFI for embedded scripts.
Option to not export built-ins.
Flag to export only stdout.
Output source of runtime rather than filename.
Flag to output only the serialization dispatcher.
Flag to exclude the serialization dispatcher.
Flag to exclude stdlib from output.
Flag to output naked decls (unwrapped).
Flag to print out the runtime JS source.
Flag to not export runtime.
Remove Language.Fay.Stdlib/Prelude, superseded by fay-base
See full history at: https://github.com/faylang/fay/commits