More lisp stuff
author |
Steve Losh <steve@stevelosh.com> |
date |
Wed, 11 May 2016 20:50:53 +0000 |
parents |
86bde83af492 |
children |
1ff33bef5984 |
; unfuck normal shit
(1 if)
(-1 loop)
(2 defmethod)
(2 with-accessors)
(0 :use :export :documentation)
(1 :shadowing-import-from :import-from)
; my own weird things
(1 make-array)
(1 once-only)
; fiveam
(1 test)
; optima
(1 match ematch)
; defstar
(2 defun*)
(1 *let)
; alexandria / utils
(1 switch eswitch cswitch)
(1 while until)
(1 with-gensyms)
; arrows
(1 -> ->> -<> -<>>)
; sketch
(1 with-pen)
(2 defsketch)
; sbcl
(1 with-profiling)