Skip to content

RAbraham/MiniKanren

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • Julia Implementation of MicroKanren(Yes, it says MiniKanren, I'll reach there eventually in a year.)
  • For learning purposes only.

TODO

  • The following code does not work
 fives = x -> @conde([===(x, 5)], [fives(x)])
 @test @run(5, [q], fives(q)) == [5, 5, 5, 5, 5]

Siqi Trial

Change by Colab 2

About

MiniKaren in Julia(For now, only MicroKanren)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages