logoalt Hacker News

Kb – Prolog Knowledge Base

58 pointsby triskalast Saturday at 12:16 PM6 commentsview on HN

Comments

veqqyesterday at 11:33 PM

This looks really cool! After building various logic programming engines on top of Janet: https://codeberg.org/veqq/declarative-dsls I was considering something similar (though more bare bones). I'd love to talk to the maintainer to discuss certain design choices etc. Maybe I can wrap it instead of SQLite and Prolog directly as I was thinking.

terntoday at 2:40 AM

Ah, interested to dive in—and have a project it could integrate with.

I built a similar thing recently, for agents, aimed at enabling prolog queries over handles in markdown corpora (and code): https://github.com/flowerornament/anneal. A true slopwerk in comparison to this, however.

gobdovantoday at 12:23 AM

I'm developing a similar project, I also added scripts to it so it works like an hermetic/replayable system too. Do you use yours for anything cool? Maybe a truth maintenance system of sorts? Do the queries get unwieldy at some point?

show 1 reply
shaismtoday at 12:20 AM

What would be a good use case for this?

show 1 reply