src/make-utilities.lisp @ d280326feecc

Add backtracking and wildcards

We can solve the Zebra puzzle now.
author Steve Losh <steve@stevelosh.com>
date Mon, 14 Mar 2016 23:01:26 +0000
parents 49191daa42d0
children f57121ef4229
(ql:quickload 'quickutil)

(qtlc:save-utils-as "utils.lisp"
                    :utilities '(:define-constant
                                 :set-equal
                                 :curry)
                    :package "BONES.UTILS")