The fay package
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 * Support for newtypes (with no runtime cost!)
--base-path flag to specify custom location for fay-base
Fix a bug where imports shadowing local bindings would prevent the local binding from being exported
See full history at: https://github.com/faylang/fay/wiki/Changelog
Properties
| Versions | 0.1.0.0, 0.1.1.0, 0.1.2.0, 0.2.0.0, 0.2.1.0, 0.2.2.0, 0.3.1.0, 0.3.1.1, 0.4.0.1, 0.4.0.4, 0.5.0.0, 0.5.1.0, 0.5.2.0, 0.6.0.0, 0.9.1.0, 0.9.2.0, 0.10.0.0, 0.10.1.0, 0.11.0.0, 0.12.0.0, 0.12.0.1, 0.14.0.0, 0.14.1.0, 0.14.2.0, 0.14.3.0, 0.14.4.0, 0.14.5.0 |
|---|---|
| Dependencies | aeson, attoparsec, base (4.*), bytestring, Cabal, containers, data-default, directory, filepath, ghc-paths, haskeline, haskell-src-exts, HUnit, language-ecmascript (≥0.10), mtl, optparse-applicative (≥0.5), pretty-show, process, safe, split, syb, test-framework, test-framework-hunit, test-framework-th, text, unordered-containers, utf8-string, vector |
| License | BSD3 |
| Copyright | 2012 Chris Done, Adam Bergmark |
| Author | Chris Done, Adam Bergmark |
| Maintainer | adam@edea.se |
| Category | Development |
| Home page | http://fay-lang.org/ |
| Bug tracker | https://github.com/faylang/fay/issues |
| Source repository | git clone https://github.com/faylang/fay.git |
| Executables | fay-tests, fay |
| Upload date | Wed Apr 24 11:46:42 UTC 2013 |
| Uploaded by | AdamBergmark |
| Built on | ghc-7.6 |
Modules
Downloads
- fay-0.14.5.0.tar.gz (Cabal source package)
- package description (included in the package)