An interactive Datalog tutorial
You will need Leiningen installed.
$ git clone [email protected]:jonase/learndatalogtoday.git
$ cd learndatalogtoday
$ ./fetch-js-deps.sh
$ lein clean && lein cljsbuild once
$ DEVMODE=true lein ring server
A browser window should open, otherwise visit http://localhost:3000.
You can open issues on the github issue tracker or you can email me your suggestions/bugs/typos/feedback/etc. Pull requests welcome!
Copyright © 2013 Jonas Enlund
Distributed under the Eclipse Public License, the same as Clojure.