Skip to content
/ mkr Public

An implementation of µKanren in Lisp Flavored Erlang.

License

Notifications You must be signed in to change notification settings

pzel/mkr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mkr

An implementation of µKanren in LFE.

Installation

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

Usage

The usage is great.

About

An implementation of µKanren in Lisp Flavored Erlang.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published