MicroKanren in Gerbil Scheme.
See shell.nix
.
-
Compiling
hello-world.scm
nix-shell make hello-world
-
Running
hello-world
> (import :hello-world) > (hello "world") hello world
-
Examine algorithm synthesis. See the following papers:
MicroKanren in Gerbil Scheme.
See shell.nix
.
Compiling hello-world.scm
nix-shell
make hello-world
Running hello-world
> (import :hello-world)
> (hello "world")
hello world
Examine algorithm synthesis. See the following papers: