I was looking to use Clojure for scripting. A few years ago there was not much options. Recently the scenario changed rapidly. The options currently available are: Use Clojure in the JVM with lein-binplus Use ClojureScript with lumo Use ClojureScript with planck Use pixie-lang Each of the options have advantages and disadvantages. Clojure with the JVM has brings the full power of the JVM, the portability to many different target platforms, an endless ecosystem of libraries, multi-threading, e...