Get some basic critters up and running, and pausing
author |
Steve Losh <steve@stevelosh.com> |
date |
Sat, 06 Aug 2016 18:07:58 +0000 |
parents |
674116652382 |
children |
a5438ac6a2a0 |
(ql:quickload 'quickutil)
(qtlc:save-utils-as
"vendor/quickutils.lisp"
:utilities '(
:with-gensyms
:once-only
:compose
:curry
:rcurry
:parse-body
; :n-grams
:define-constant
:hash-table-key-exists-p
:hash-table-keys
:hash-table-values
:map-product
; :switch
; :while
; :ensure-boolean
; :iota
; :zip
)
:package "SILT.QUICKUTILS")