make-quickutils.lisp @ a25df85e26e5

Add take, fix a bug
author Steve Losh <steve@stevelosh.com>
date Mon, 08 Aug 2016 16:29:47 +0000
parents 5c813bb6d9fe
children 5502971bb4bb
(ql:quickload 'quickutil)

(qtlc:save-utils-as
  "quickutils.lisp"
  :utilities '(:curry :rcurry :with-gensyms :once-only)
  :package "LOSH.QUICKUTILS")