3 comments

  • gobdovan7 minutes ago
    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?
  • veqq57 minutes ago
    This looks really cool! After building various logic programming engines on top of Janet: <a href="https:&#x2F;&#x2F;codeberg.org&#x2F;veqq&#x2F;declarative-dsls" rel="nofollow">https:&#x2F;&#x2F;codeberg.org&#x2F;veqq&#x2F;declarative-dsls</a> I was considering something similar (though more bare bones). I&#x27;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.
  • shaism10 minutes ago
    What would be a good use case for this?