TryClojure is a online Clojure REPL written using Noir and Chris Done's jquery console (you're awesome, Chris).
this is modified to load the overtone library so that you can interact with overtone through the tryclj. It is intended to be used in demonstration settings.
see views/eval.clj for the hack. All we do, is bypass the sandbox, and
eval-ing expressions as-is! You probably do not want to be using this!
- forcing all incoming expressions to evaluate in the
tryclojure.views.evalns - large requests will cause
WARN:oejh.HttpParser:HttpParser Fullissue. the expression is not eval-ed, and the page needs to be reloaded. workaround is simply to use a smaller expression.
To run it locally, use lein ring server.
apgwoz: Design
Licensed under the same thing Clojure is licensed under: the EPL, of which you can find a copy at the root of this directory.
