Skip to content
Raynes edited this page Nov 19, 2011 · 8 revisions

Running tryclojure is as easy as hitting your head on a low-hanging pipe.

The general workflow for running tryclojure is as follows:

lein deps, run

That should run tryclojure on port 8801. tryclojure has a Leiningen task called fetch-js that hooks deps, so when you run lein deps, tryclojure will automatically download the two javascript dependencies it requires, jquery and jquery-console.

Clone this wiki locally