-
@mullr I just wanted to thank you for one of the clearest explanations(actually, _the_ clearest explanation) of minikanren that I have read. As I implement my own, I have your page open every day.
-
**Describe the problem**
I am using Jep in Scala and have been able to successfully run Python code using JEP in unit tests. When I go to run our main application though, it is unable to initialize …
-
It would be great to be able to run Whistle using TinyGo. I am trying with the latest `dev` branch build.
```
$ tinygo version
tinygo version 0.28.0-dev-4a240827 linux/amd64 (using go version go1…
-
The following code using a generic (type-parameterized) `Iterator` instance causes some form of infinite recursion or loop in the compiler (that is, the compiler does not terminate, but I haven't actu…
-
There's no way to express such match criteria, maybe we need one such `MatchExpressionBase`?
-
The way the utilities are currently factored, it is necessary to load `test-sets.scm` before loading `set-interp.scm`:
```
Process scheme finished
Chez Scheme Version 10.0.0
Copyright 1984-2024 …
-
Let me preface this by saying that I am a complete beginner in logic programming, Python, Lisp and its variants, and especially Kanren, and I am impressed by miniKanren, microKanren, and this project.…
-
-
Imagine:
1. we have some kind of language workbench (like [spoofax](http://www.metaborg.org/en/latest/)). it means that we can write BNF-like syntax description (in spoofax they use [SDF](http…
-
Output from REPL:
```
scheme@(guile-user) [1]> (load "projects/logic/mk.scm")
scheme@(guile-user) [1]> (define f# fail)
scheme@(guile-user) [1]> (define s# succeed)
scheme@(guile-user) [1]> (run* (q)…
zilti updated
9 years ago