Scieneer Common Lisp 1.3.9 online documentation macrolet &rest rest [Special Form] macrolet ({(name lambda-list form*)}*) declaration* body-form*
Evaluate the body-forms in an environment with the specified local macros defined. name is the local macro name, lambda-list is the defmacro style destructuring lambda list, and the forms evaluate to the expansion. The forms are evaluated in the null environment.