My Clojure Development Environment (Vol. 4)

HARUYAMA Seigo(@haruyama)

lein + Vim

lein

jvm-opts

         :jvm-opts ["-XX:+TieredCompilation"
                    "-XX:TieredStopAtLevel=1"]

for speeding up boot time.

Static Analysis

Vim plugins

Vim setting

Requirements for syntax checking

Demo: syntax check and run test

References