top | item 41827353

(no title)

lapinot | 1 year ago

Datalog is a nice query language but it is far more limited than prolog or general purpose logic programming.

discuss

order

convolvatron|1 year ago

there is a really interesting space between queries and prolog which includes mundane junk like encoding and rendering and data formatting changes that benefits in evaluation from having less power but maintains the lovely expressibility and analysis that we get from 'real' logic programming.

there's lots of exploring left to do

rebanevapustus|1 year ago

That's why embedded Datalog is so good. You can delegate all that to the host language.