lispwords @ 4f28fbfd7d63 default tip

More
author Steve Losh <steve@stevelosh.com>
date Tue, 09 Apr 2024 09:20:04 -0400
parents e80a2a4ea7cd
children (none)
; unfuck normal shit
(1 catch)
(1 if)
(1 ccase)
(1 ctypecase)
(-1 loop)
(2 defmethod)
(2 define-compiler-macro)
(2 with-accessors)
(0 :use :export :documentation)
(1 :shadowing-import-from :import-from)
(1 symbol-macrolet)
(1 print-unreadable-object)
(1 pprint-logical-block)
(2 defmacro)
(1 multiple-value-call) ; maybe not...
(1 restart-case)
(1 handler-bind)
(0 tagbody)
(1 multiple-value-prog1)

; my own weird things
(1 make-array)
(1 return-from)
(1 make-instance)
(1 dis)
(1 do-array)
(1 doseq)

; fiveam
(1 test)

; optima/trivia
(1 match match* ematch ematch*)

; defstar
(2 defun*)
(1 labels* flet*)
(1 *let)

; alexandria / utils
(1 switch eswitch cswitch)
(1 while until)
(1 with-gensyms)
(1 once-only)
(1 dohash)
(2 ensure-gethash)

; arrows
(1 -> ->> -<> -<>> _)

; drakma
(1 http-request)

; sketch
(1 with-pen with-font)
(2 defsketch)

; sbcl
(1 with-profiling save-lisp-and-die)

; policy-cond
(1 policy-if)

; charms
(1 with-curses)


; dissect
(1 with-capped-stack with-truncated-stack)

; function-cache
(2 defcached)

; cffi
(2 defcfun)
(3 defcallback)
(2 cstruct)

; maxpc
(2 =destructure)

; smug
(1 .let*)

; cl-losh
(1 recursively)
(1 when-found if-found)
(1 when-let* when-let)
(1 if-let* if-let)
(1 gathering-vector)
(1 multiple-value-bind*)
(1 do-repeat do-range do-irange do-ring-buffer do-vector do-file do-hash-set)
(1 timing profile-when)

; qtools
(1 qtenumcase)
(1 with-main-window)

; portaudio
(1 with-default-audio-stream)

; beast
(1 create-entity)

; temperance
(1 push-logic-frame-with)

; blt
(1 key-case)

; conspack
(1 tracking-refs)

; asdf
(1 test-op)

; ppcre
(2 register-groups-bind do-register-groups)
(1 do-scans do-matches)

; lparallel
(1 pdotimes)
(1 make-kernel)

; stumpwm
(3 defcommand)
(1 when-let-window)

; adopt
(2 define-interface)
(1 make-option make-boolean-options make-group)
(1 quit-on-ctrl-c)


; metabang-bind
(1 bind)

; makerlisp
(1 if-lets)
(1 lets)
(1 macro)
(1 dovec)
(1 dolist)

; boots
(1 event-case)

; parsnip
(1 let!)

; sqlite
(1 execute-non-query execute-script execute-to-list execute-single)