Closed bowbow99 closed 12 years ago
Proposal (FUNCTION-NAME:MEDIUM): Everything in FUNCTION-NAME:SMALL, and in addition: Change the DEFUN macro to accept a function-name for its name argument, instead of only accepting a symbol. If function-name is (SETF sym), the body is surrounded by an implicit block named sym.
Everything in FUNCTION-NAME:SMALL, and in addition:
Change the DEFUN macro to accept a function-name for its name argument, instead of only accepting a symbol. If function-name is (SETF sym), the body is surrounded by an implicit block named sym.
DEFUN
(SETF sym)
sym
CLHS: Issue FUNCTION-NAME:LARGE
CLHS: Issue FUNCTION-NAME:LARGE