Oh god
author |
Steve Losh <steve@stevelosh.com> |
date |
Tue, 14 Mar 2017 13:41:40 +0000 |
parents |
c3167738abd5 |
children |
c6a5e3f83620 |
; unfuck normal shit
(1 if)
(1 ccase)
(-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...
; my own weird things
(1 make-array)
(1 return-from)
(1 make-instance)
(1 dis)
(1 do-array)
; 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)
; arrows
(1 -> ->> -<> -<>>)
; sketch
(1 with-pen with-font)
(2 defsketch)
; sbcl
(1 with-profiling)
; 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)
; maxpc
(2 =destructure)
; smug
(1 .let*)
; cl-losh
(1 recursively)
(2 when-found if-found)
(1 when-let*)
(1 multiple-value-bind*)
; qtools
(1 qtenumcase)
(1 with-main-window)
; portaudio
(1 with-default-audio-stream)
; beast
(1 create-entity)
; temperance
(1 push-logic-frame-with)