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 07:03:35 -0800 2009
commit  770ab9e14ca8a38aa313c7a731ad70e03f9dfbce
tree    a2e40ed0cd0756eec3cd9ee7433bc3f0a45195c5
parent  82975d9b46e2f3a98c94e843cf2eeb0e328ab893
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