-
See optima. (https://github.com/m2ym/optima) and miniKanren (http://minikanren.org).
PEG: see Janet. I use Ohm (ohmjs.org), but, it ain't Common Lisp. IMO, OhmJS is to textual programming what macr…
-
I'd be willing to give this talk on a Scheme DSL for pure logic programming.
William Byrd has two videos covering a long talk he gave about miniKanren [here](https://www.youtube.com/watch?v=zHov3fKYq…
-
This issue is also from [miniKanren 2023 workshop](https://icfp23.sigplan.org/home/minikanren-2023) reviewer feedback:
The following `revo` relation fails to terminate even on two empty lists, even…
-
I was interested in seeing if I could run [Minikanren](http://minikanren.org/). I understand hygienic macros are still a WIP but I thought I'd share the errors I'm seeing.
There isn't much, but I p…
-
There are two main repos of miniKanren's SMT hook: [clpsmt-miniKanren](https://github.com/namin/clpsmt-miniKanren) and [smt-assumptions](https://github.com/namin/faster-miniKanren/tree/smt-assumptions…
-
I'm using Dr.Racket with https://github.com/miniKanren/Racket-miniKanren/wiki/How-to-Install-as-a-Package-from-Dr.-Racket
But it does't support few constructs , For example evalo .. And few others …
-
Leave feedback here.
-
Hello,
I am trying to use this implementation of miniKanren in Rust (which I think is the best one and very well documented) and I just noticed that some types don't implement certain traits. I have …
-
After cloning from https://github.com/calvis/cKanren.git, running the raco link and setup steps, and requiring
```
(require cKanren/miniKanren)
(require cKanren/absento)
```
I can see absento and th…
-
After TensorFlow graph support is added (i.e. #4), we will need to adapt the existing miniKanren relations to TF[P] objects.
This might require a core set of linear/tensor-algebraic graph normaliza…