Hacker News new | ask | show | jobs
by dmpk2k 695 days ago
How does the Datalog approach compare with RETE?
1 comments

The big deal about Datalog is that it is equivalent to SQL-with-recursion. Thus, it can compile to database queries.