Y
Hacker News
new
|
ask
|
show
|
jobs
by
dmpk2k
695 days ago
How does the Datalog approach compare with RETE?
1 comments
ted_dunning
695 days ago
The big deal about Datalog is that it is equivalent to SQL-with-recursion. Thus, it can compile to database queries.
link