Skip to content

Instantly share code, notes, and snippets.

@pithyless
Last active February 25, 2024 08:49
Show Gist options
  • Star 89 You must be signed in to star a gist
  • Fork 7 You must be signed in to fork a gist
  • Save pithyless/e00362aa6061bfb4e4749079a33be073 to your computer and use it in GitHub Desktop.
Save pithyless/e00362aa6061bfb4e4749079a33be073 to your computer and use it in GitHub Desktop.
Datalog Links and Notes

Introduction:

Learn Datalog, the language:

Datalog implementations:

Extensions:

  • EQL is Datomic pull syntax, with additional support for parameters, mutations, and union queries
  • Pathom is an implementation of EQL

Videos:

Nikita Prokopov's blog:

And then there is everything that Rich Hickey, David Nolen, Tony Kay, Wilker Lucio, and others in the Clojure(Script) community are producing on the subject :)

@ChipNowacek
Copy link

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment