An open API service indexing awesome lists of open source software.

https://github.com/bsless/microkanren-hvm

microKanren on HVM
https://github.com/bsless/microkanren-hvm

Last synced: 4 months ago
JSON representation

microKanren on HVM

Awesome Lists containing this project

README

          

#+TITLE: microKanren HVM

Why not?

This is an attempt to implement [[http://webyrd.net/scheme-2013/papers/HemannMuKanren2013.pdf][microKanren]] on [[https://github.com/Kindelia/HVM][HVM]]

Implementation sometimes refers to https://github.com/jasonhemann/microKanren and https://gist.github.com/msullivan/4223fd47991acbe045ec

* Running tests

#+begin_src bash
hvm r ukanren.hvm TEST_NUMBER PARAM
#+end_src

WIP