All Projects → jonase → Learndatalogtoday

jonase / Learndatalogtoday

Licence: other
Interactive Datalog Tutorial

Programming Languages

clojure
4091 projects

learndatalogtoday

An interactive Datalog tutorial

Prerequisites

You will need Leiningen installed.

Bootstrapping

$ git clone [email protected]:jonase/learndatalogtoday.git
$ cd learndatalogtoday
$ ./fetch-js-deps.sh
$ lein clean && lein cljsbuild once

Running the webapp

$ DEVMODE=true lein ring server

A browser window should open, otherwise visit http://localhost:3000.

Feedback welcome

You can open issues on the github issue tracker or you can email me your suggestions/bugs/typos/feedback/etc. Pull requests welcome!

License

Copyright © 2013 Jonas Enlund

Distributed under the Eclipse Public License, the same as Clojure.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].