Skip to content
Raynes edited this page Nov 5, 2010 · 8 revisions

Running tryclojure is as easy as hitting your head on a low-hanging pipe. As of right now, it's build file is compatible with both cake and leiningen, but I use cake and the official tryclojure build tool is cake. Compatibility may not last forever.

The general workflow for running tryclojure is as follows (replace cake with lein if you're using leiningen):

cake deps
cake repl
user=> (use 'tryclojure.core)
nil
user=> (tryclj)

That should run tryclojure on port 8801.

Clone this wiki locally