Function: COMMON-LISP:MACROLET

package type clhs github

MACROLET ({(name lambda-list form)}) body-form*

Evaluate the BODY-FORMS in an environment with the specified local macros defined. NAME is the local macro name, LAMBDA-LIST is a DEFMACRO style destructuring lambda list, and the FORMS evaluate to the expansion.

Lambda list

(&rest sb-impl::args)