Skip to content
abedra edited this page May 4, 2011 · 2 revisions

Getting Started

  • Make sure you have Java installed.
  • Make sure you have Maven installed.
  • Clone the labrepl project and change directory into it.
  • Run mvn clojure:repl to launch Clojure REPL (Maven will download all necessary dependencies).
  • In the REPL run
    • (require 'labrepl)
    • (labrepl/-main)
  • Browse to http://localhost:8080 for the labs.
  • Press Ctrl+D to exit the repl when you are done.

Clone this wiki locally