Skip to content

Latest commit

 

History

History
executable file
·
32 lines (22 loc) · 591 Bytes

README.md

File metadata and controls

executable file
·
32 lines (22 loc) · 591 Bytes

Inference

Example code for chapter two, Clojure for Data Science.

Instructions

Compile ClojureScript with:

lein cljsbuild once

and open resources/index.html.

Running examples

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

License

Copyright © 2015 Henry Garner

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.