lispwords @ 626fe4b54a5c

More
author Steve Losh <steve@stevelosh.com>
date Sun, 17 Jul 2016 22:00:42 +0000
parents c0b7ab63d895
children 122228d53e7a
; unfuck normal shit
(1 if)
(-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)

; fiveam
(1 test)

; optima
(1 match ematch)

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

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

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

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

; sbcl
(1 with-profiling)

; policy-cond
(1 policy-if)

; charms
(1 with-curses)