An implementation of µKanren in LFE.
Just add it to your rebar.config
deps:
{deps, [
...
{mkr, ".*",
{git, "[email protected]:pzel/mkr.git", "master"}}
]}.
And then do the usual:
$ rebar get-deps
$ rebar compile
The usage is great.