vendor/make-quickutils.lisp @ 32944636e2d3

TRAN
author Steve Losh <steve@stevelosh.com>
date Mon, 24 Dec 2018 01:25:44 -0500
parents b5923704ce42
children (none)
(ql:quickload 'quickutil)

(qtlc:save-utils-as
  "quickutils.lisp"
  :utilities '(

               :compose
               :curry
               :ensure-gethash
               :once-only
               :rcurry
               :symb
               :with-gensyms

               )
  :package "ROSALIND.QUICKUTILS")