/clojure-intro

Primary LanguageClojureEclipse Public License 1.0EPL-1.0

clojure-intro

  • Make sure you have Java (1.6 or newer) and Leiningen installed:
$ lein version
Leiningen 2.5.1 on Java 1.7.0_75 Java HotSpot(TM) 64-Bit Server VM
  • Clone the repo
$ git clone https://github.com/jonase/clojure-intro.git
$ cd clojure-intro
  • Start the read-eval-print-loop (REPL) server. If this is the first time you run leiningen it will take a while to download all dependencies.
$ lein gorilla
Gorilla-REPL: 0.3.4
Started nREPL server on port 64903
Running at http://127.0.0.1:64905/worksheet.html .
Ctrl+C to exit.

License

Copyright © 2015 Jonas Enlund

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.