Skip to content

Developer Readme

jbracker edited this page Apr 12, 2013 · 1 revision

Sunroof - Developer Readme

Sunroof is a Monadic Javascript Compiler. The JS monad is an analog to the IO or ST monad, but is executed on a Javascript engine.

Architecture

Your Application Here
-----
Sunroof
-----
Kansas Comet
------
Scotty
-----
Warp
-----

Installation

To start developing sunroof you should checkout latest version of the following packages from GitHub:

Then you can install the repositories with cabal:

cabal install ./sunroof-compiler ./sunroof-server ./sunroof-examples

Assuming that all repositories were checked out into the current directory.

Look at the Checkin Policy for guidelines when changes are acceptable.

Clone this wiki locally