Common Lisp Extensions. Node: Program Structure

PREV Overview UP Top NEXT Predicates

Chapter 3: Program Structure

This section describes features of the CL package which have to do with programs as a whole: advanced argument lists for functions, and the eval-when construct.

  • Argument Lists `&key', `&aux', `defun*', `defmacro*'.
  • Time of Evaluation The `eval-when' construct.
  • Function Aliases The `defalias' function.
  • PREV Overview UP Top NEXT Predicates