Skip to content

ClojureScript Quickstartλ︎

In this section we will create a simple project that uses the ClojureScript compiler to generate JavaScript code from our ClojureScript code.

The standalone ClojureScript JAR bundles Clojure 1.7.0. . ClojureScript itself only requires Java 7 but the standalone JAR comes bundled with useful Nashorn integration that requires Java 8.

Hint Once you start creating ClojureScript projects you will use a build tool like Leiningen, Boot, Figwheel, or Maven.