src/make-quickutils.lisp @ e244881864f7
Implement cut
This was way easier than the book's version.
author |
Steve Losh <steve@stevelosh.com> |
date |
Sun, 05 Jun 2016 00:01:11 +0000 |
parents |
e8934091b7bb |
children |
410acaae0c14 |
(ql:quickload 'quickutil)
(qtlc:save-utils-as
"quickutils.lisp"
:utilities '(:define-constant
:set-equal
:curry
:switch
:ensure-boolean
:while
:until
:tree-member-p
:tree-collect
:with-gensyms
:once-only
:zip
:alist-to-hash-table
:map-tree
:weave
:range
:alist-plist
)
:package "BONES.QUICKUTILS")