LogicJS
LogicJS copied to clipboard
Logic programming for JavaScript.
Hello mcsoto, I made a project using your library. You can see it here: https://github.com/Goom11/SidewaysMath/ it runs here: https://goom11.github.io/SidewaysMath/ it solves math puzzles like this: ``` EGG +EGG ---- PAGE...
Hey there, first of all, thank you for your wonderful library! I wanted to use it in my [Svelte](https://svelte.dev)/[Rollup](https://rollupjs.org) based application and faced some problems with JavaScript `strict mode` and...
The library supports primitive goals such as `and`, `or` & `eq`. But does it support the `not` primitive goal?
Hi, I just happened to have stumbled on this repo, and this seems very nice. I was just wondering if there might be support for recursion here, and if so,...