Reputation: 13
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?
Upvotes: 0
Views: 761
Reputation: 126
In case people are still looking: Mangle datalog is a standalone datalog - with extensions as usual, but plain datalog is contained as a fragment https://github.com/google/mangle
Upvotes: 0
Reputation: 321
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
Upvotes: 1