/live-cljs

a clojurescript version of bret victor's editable game

Primary LanguageJavaScript

coding

An implementation of Bret Victor's neat live game editor in Clojurescript

Usage

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/

License

Copyright (C) 2012 Chris Granger

Distributed under the Eclipse Public License, the same as Clojure.