learndatalogtoday

Interactive Datalog Tutorial

EPL-1.0 License

Stars
344

learndatalogtoday

An interactive Datalog tutorial.

Prerequisites

You will need Leiningen and java installed.

Run locally

$ lein uberjar
$ java -cp target/learndatalogtoday-standalone.jar clojure.main -m learndatalogtoday.handler

Server is now running on $PORT (http://localhost:8080 by default).

License

Copyright © 2013-2023 Jonas Enlund

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