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

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mkr

Introduction

Add content to me here!

Installation

Just add it to your rebar.config deps:

  {deps, [
    ...
    {mkr, ".*",
      {git, "[email protected]:YOURNAME/mkr.git", "master"}}
      ]}.

And then do the usual:

    $ rebar get-deps
    $ rebar compile

Usage

Add content to me here!

About

An implementation of µKanren in Lisp Flavored Erlang.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published