src/make-utilities.lisp @ fcec9e0c9c67

Fix the topological sorting

Necessary before we start working with program terms
author Steve Losh <steve@stevelosh.com>
date Sat, 26 Mar 2016 19:19:07 +0000
parents f57121ef4229
children d80af96eaf15
(ql:quickload 'quickutil)

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