This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ; Quick miniKanren-like code | |
| ; | |
| ; written at the meeting of a Functional Programming Group | |
| ; (Toukyou/Shibuya, Apr 29, 2006), as a quick illustration of logic | |
| ; programming. The code is really quite trivial and unsophisticated: | |
| ; it was written without any preparation whatsoever. The present file | |
| ; adds comments and makes minor adjustments. | |
| ; | |
| ; $Id: sokuza-kanren.scm,v 1.1 2006/05/10 23:12:41 oleg Exp oleg $ |