An implementation of Bret Victor's neat live game editor in Clojurescript
$ git clone git://github.com/Stackato-Apps/live-cljs.git
$ cd live-cljs
$ stackato push -n
Works best in Chrome. It runs in FF, but the mouse events don't work
lein run
If you get the "can't recur here" error:
For some reason on second run the cljs compiler gets AOT compiled and screws everything up. If you get an error when you run, simply
rm -rf classes/cljs/
Copyright (C) 2012 Chris Granger
Distributed under the Eclipse Public License, the same as Clojure.