conanite / rainbow
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (1)
- Wiki (1)
- Graphs
-
Tree:
ad9e3d0
conan (author)
Fri Jun 26 13:36:42 -0700 2009
rainbow /
| name | age | message | |
|---|---|---|---|
| |
LICENSE.txt | Thu Jun 25 13:21:49 -0700 2009 | |
| |
README | ||
| |
build.xml | ||
| |
lib/ | Thu May 29 14:34:33 -0700 2008 | |
| |
rainbow.iml | Mon Jan 05 06:31:49 -0800 2009 | |
| |
rainbow.ipr | ||
| |
rainbow.sh | ||
| |
src/ |
README
To download and build rainbow: git clone git://github.com/conanite/rainbow.git cd rainbow ant jar cd src/arc Open a REPL java -server -jar rainbow.jar Open welder.arc in welder: java -server -jar rainbow.jar -e '(welder "src/arc/rainbow/welder.arc")' Play tetris: java -server -jar rainbow.jar -e '(tetris)' Command-line options: --strict-arc # don't include anarki-compatible extensions -f file1 ... fileN # evaluate each file -e '(arc axpr)' # evaluate arc expr (after having evaluated -f, if specified) -args a b c # sets "*argv*" in the arc environment to (a b c). This option, if present, must be specified last.

