Paul R. Potts
My friend Alan has been asking me questions about some Lisp programming idioms involving macros, such as destructuring-bind.
Destructuring, the idiom, is a technique in which the shape of a data structure can be determined at runtime, and the contents of the data structure bound to a set of variables.
More later.