• Stars
    star
    344
  • Rank 118,962 (Top 3 %)
  • Language
    Clojure
  • License
    Eclipse Public Li...
  • Created almost 11 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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.