Hacker News new | ask | show | jobs
by IshKebab 940 days ago
Top marks for the website - passes all the tests:

* Example at the top

* Link to playground

* Explanation of all the features, with examples!

* Says which features are unique

The only thing I was found wondering was "why datalog"?

Language looks pretty good.

1 comments

Datalog is highly undervalued IMHO. You can describe quite complex relationships in your data, without telling the computer _how_ to realise them (as in imperatively). In fact, there are different strategies (forward vs backward chaining) where you may never realise the data at all.