datalog

Using Datalog by itself, is it possible?


I am currently studying Datalog for my report in class, I only need to discuss basic syntax and a basic example.

I know Datalog is usually used as a query language and is usually only implemented to other languages such as Java, Lua, C, etc. but is it possible to teach Datalog only by itself, or am I required to use another language implementing it to show a simple working program?


Solution

  • There are a few online demos you can use:

    I haven't tried it myself yet, but http://abcdatalog.seas.harvard.edu also looks nice and easy to run.

    A complete overview is on Wikipedia: https://en.wikipedia.org/wiki/Datalog