-
Notifications
You must be signed in to change notification settings - Fork 6
Developer Readme
jbracker edited this page Apr 12, 2013
·
1 revision
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.
Your Application Here
-----
Sunroof
-----
Kansas Comet
------
Scotty
-----
Warp
-----
To start developing sunroof you should checkout latest version of the following packages from GitHub:
- sunroof-compiler: https://github.com/ku-fpg/sunroof-compiler
- sunroof-server: https://github.com/ku-fpg/sunroof-server
- sunroof-examples: https://github.com/ku-fpg/sunroof-examples
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.