[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Info please ...



The three screenfuls of comments at the beginning of mapforms.lisp are
the only documentation that exists for it.  The program in this file is
a classic Lisp "code walker", although rather more featureful than some.
It understands Lisp forms.  For exampoe, it knows which of the symbols
in a Lisp form are variable references, variables being bound, variables
being set, special words, or whatever.  See the long comment for details.