- CLPfAI - Common Lisp Programming for Artificial Intelligence
- COLLECTING - Common Lispy ways of collecting values during evaluation are diverse; here we discuss some well established and some proposed
- GENSYMLET - (defmacro gensymlet ((&rest bindings) &body body)
- Infix - The infix notation for arithmetic in Common Lisp
- List Comprehension - Refer to Wikipedia's article on List Comprehension
- memoize-form - A simpler need than memoizing the results of a function with arguments is that of memoizing the results of a form
- Programming style - These are suggestions for programming style, some undisputable, some my (Stanisław Halik) whims
- rebinding - Here's a macro example
- with-unique-names - Macro WITH-UNIQUE-NAMES
macro example
Some CLiki pages contain Lisp macros: