bowbow99 / xyzzy.ansify

Common Lisp の xyzzy にないもの詰め合わせ予定地
MIT License
6 stars 0 forks source link

(defun (setf READER) ...) のブロック名が READER になってない #21

Closed bowbow99 closed 12 years ago

bowbow99 commented 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.

CLHS: Issue FUNCTION-NAME:LARGE