logoalt Hacker News

khaled_ismaeellast Wednesday at 2:27 PM2 repliesview on HN

Not exactly prolog, but logic programming implemented as a library/DSL: https://minikanren.org/


Replies

jayd16last Wednesday at 4:07 PM

If it's a DSL then it's "writing a new language" and you're just calling from a native API, no?

show 1 reply
EricRieselast Wednesday at 5:30 PM

Clojure's core.logic is based on minikanren, so that fits the bill.