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

[ bsd3, development, fay, library, program, web ] [ Propose Tags ]

Fay is a strict subset of Haskell which can be compiled (type-checked) with GHC, and compiled to JavaScript.

Documentation

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

$ cabal build
$ dist/build/fay-docs/fay-docs

Examples

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

Release Notes

Lots of documentation updates, some runtime fixes, some more examples, tail-call optimization prototype.

  • Add analytics to .cabal.

  • Fix types for ghc.

  • Use continue (for now) for TCO (refs #19).

  • Tail recursive optimization prototype (refs #19).

  • Tail recursive example doc.

  • Ref example.

  • fromInteger/fromRational in the runtime (closes #20).

  • Add missing operators to Prelude and built-ins list (closes #16).

  • Throw error about unsupported where (closes #17).

  • Fix silly enumFromTo mistake.

  • A test-case that tail-recursive functions run iteratively.

  • Optimize constant patterns slightly, shaves off some time.

  • Add Fay.Show (preliminary implementation).

  • Add data/show example.

  • Add note about generating docs.

  • Add note that you need nodejs installed to run the tests.

  • Include google analytics in docs and generate index.html rather than home.html.

  • Updated dom example with onload handler.

  • Remove max-width to fix firefox.

  • Mention minifying slightly in docs.

  • Remove language-javascript dependency.

  • Remove non-ascii character in runtime.js

  • Don't print counts in fay-tests.

  • Add small note about livescript.

  • Added fork on github for docs.

  • Use === instead of == for jseq (closes #6).

  • Some word break on the pre's.

  • Rename modules from Main to X (closes #5).

  • Ignore more stuff.

  • Toggle examples.

  • Put examples side-by-side (closes #3).

  • sstrictproper to avoid confusion.

  • Convert from function expression assignments to function definitions

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

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 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, 0.15.0.0, 0.16.0.0, 0.16.0.1, 0.16.0.2, 0.16.0.3, 0.17.0.0, 0.18.0.0, 0.18.0.1, 0.18.0.2, 0.18.0.3, 0.18.0.4, 0.18.0.5, 0.18.1, 0.18.1.1, 0.18.1.2, 0.18.1.3, 0.19, 0.19.0.1, 0.19.0.2, 0.19.1, 0.19.1.1, 0.19.1.2, 0.19.2, 0.19.2.1, 0.20.0.0, 0.20.0.1, 0.20.0.2, 0.20.0.3, 0.20.0.4, 0.20.1.0, 0.20.1.1, 0.20.1.2, 0.20.1.3, 0.20.1.4, 0.20.2.0, 0.21.0.0, 0.21.0.1, 0.21.0.2, 0.21.1, 0.21.2, 0.21.2.1, 0.22.0.0, 0.23.0.0, 0.23.0.1, 0.23.1.0, 0.23.1.1, 0.23.1.2, 0.23.1.3, 0.23.1.4, 0.23.1.5, 0.23.1.6, 0.23.1.7, 0.23.1.8, 0.23.1.9, 0.23.1.10, 0.23.1.11, 0.23.1.12, 0.23.1.13, 0.23.1.14, 0.23.1.15, 0.23.1.16, 0.23.2.0, 0.24.0.0, 0.24.0.1, 0.24.0.2, 0.24.0.3, 0.24.0.4, 0.24.0.5, 0.24.1.0, 0.24.1.1, 0.24.2.0
Change log CHANGELOG
Dependencies base (>=4 && <4.7), blaze-html (<0.8.1.0), blaze-markup, bytestring, data-default, directory, filepath, haskell-src-exts (<1.14), HUnit, json, mtl, pretty-show, process, time [details]
License BSD-3-Clause
Copyright 2012 Chris Done
Author Chris Done
Maintainer chrisdone@gmail.com
Revised Revision 2 made by AdamBergmark at 2015-08-14T15:18:21Z
Category Development
Home page http://chrisdone.com/fay
Uploaded by ChrisDone at 2012-07-26T22:16:56Z
Distributions
Reverse Dependencies 13 direct, 8 indirect [details]
Executables fay-docs, fay-tests, fay
Downloads 99203 total (150 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]