arjunguha / flapjax

functional-reactive programming for JavaScript

This URL has Read+Write access

arjunguha (author)
Tue Nov 03 05:20:28 -0800 2009
commit  576e9a2e65fe9deb3ad239cf5fe40abd111cf099
tree    d9dc053faa68ec23d504cf8fbe496bce27a6f94a
parent  ebe2ab8de03103227860605324f8d2409ed24c06
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/ Fri Oct 30 12:52:20 -0700 2009 updates to the contract library; hacks to the w... [arjunguha]
directory doc/ Sat Oct 31 13:59:47 -0700 2009 Bugfixes to Flapjax. Updates to demos for late... [arjunguha]
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