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:12:02 -0800 2009
commit  ebe2ab8de03103227860605324f8d2409ed24c06
tree    fbc07051c57d9e7b1a891f8b5ef5e35dfb12aef3
parent  770ab9e14ca8a38aa313c7a731ad70e03f9dfbce
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