learndatalogtoday icon indicating copy to clipboard operation
learndatalogtoday copied to clipboard

Interactive Datalog Tutorial

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.