public
Description: functional-reactive programming for JavaScript
Homepage: http://www.flapjax-lang.org/
Clone URL: git://github.com/arjunguha/flapjax.git
arjunguha (author)
Mon Nov 02 06:19:45 -0800 2009
commit  fe40315a3fae59f21b182806b7ba27bcd335b17c
tree    3cf36656c962b310515675d3c89399f7591c4a64
parent  5be3ff23560f57b31ceb6405487f0832e440da9f
name age message
file .gitignore Thu Mar 26 20:06:01 -0700 2009 streamlined build process [arjunguha]
file README Thu Mar 26 20:06:01 -0700 2009 streamlined build process [arjunguha]
file compatilibity.xlsx Loading commit data...
directory compiler/
directory doc/
directory fx/
directory website/
README
Building
========

The Flapjax framework is built with:
  + JavaScript Contract Compiler (jscc)

The Flapjax website is built with:
 + PLT Scheme 4.1.2 or higher
 + GHC 6.10.1 or higher
 + rsync
 + make

Build the website in stages:
 1. make fx
 2. make compiler
 3. make doc
 4. make website