git.fiddlerwoaroof.com
package.lisp
cc8390ee
 ;;;; package.lisp
 
e2f412b9
 (defpackage :fwoar.counter
   (:use :cl))
 
cc8390ee
 (defpackage #:fwoar.lisputils
3f1c9190
   (:use #:cl #:alexandria)
c4b8ada4
   (:nicknames #:fw.lu)
e143b109
   (:import-from #:serapeum #:op)
3f1c9190
   (:shadow #:with)
cc8390ee
   (:export #:lambda-if #:lambda-cond #:alambda #:rollup-list
            #:ensure-mapping #:alist-string-hash-table #:make-pairs
            #:copy-slots #:transform-alist #:%json-pair-transform
            #:%default-pair-transform #:default-when
95d6ebcc
            #:transform-result #:slots-to-pairs #:normalize-html
07f6eaf7
            #:destructuring-lambda #:let-each #:let-first #:let-second
a16eb0ec
            #:neither #:neither-null #:m-lambda #:sets #:defparameters
e4551d8e
            #:setfs #:prog1-let #:prog1-bind #:if-let* #:with #:aconsf
            #:ensure-list #:pick #:vector-destructuring-bind #:with-accessors*
            #:skip-values #:limit-values #:substitute-values #:op #:pick/r
3fd4e1b4
            #:pick-error)) 
cc8390ee