Ogol is an interactive environment for playing with ClojureScript and Processing.js made for Clojure Cup 2013.
You can use it online here: http://ogol.clojurecup.com
- ClojureScript compilation (REPL) is provided by Himera
- Processing.js (wrapped with Libre)
- jQuery (wrapped with jayq), jQuery UI, jQuery console
You will need Leiningen installed.
To compile ClojureScript, run:
lein cljsbuild once
To start a web server for the application, run:
lein ring server
Copyright © 2013 Tero Matinlassi