Clojure Development Environment

Pre-condition

  • MAC OS
  • JDK 1.8
  • homebrew
  • IntelliJ IDEA

Setup clojure

1
2
3
4
5
brew update
brew install leiningen
brew install clojurescript

ClojureScript REPL

1
lein repl

exit repl: control + d

setup clojure IDEA plugin

  • Leiningen
  • Cursive