Example code for chapter two, Clojure for Data Science.
Compile ClojureScript with:
lein cljsbuild once
and open resources/index.html.
Examples can be run with:
# Replace 2.1 with the example you want to run:
lein run -e 2.1
or open an interactive REPL with:
lein repl
Copyright © 2015 Henry Garner
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.