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:18:52 -0800 2009
commit  5be3ff23560f57b31ceb6405487f0832e440da9f
tree    a5df9b7cf05ba29ead0c16d9abe21abf14b00752
parent  4400bf1c66412d887386465e60b9b86d227c1e01
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