[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Does Defmacro establish a block?
- To: Alan Snyder <AS%hplabs.csnet@CSNET-RELAY.ARPA>
- Subject: Does Defmacro establish a block?
- From: Rob MacLachlan <RAM@CMU-CS-C.ARPA>
- Date: Wed, 12 Jun 1985 21:58:00 -0000
- Cc: common-lisp@SU-AI.ARPA
- In-reply-to: Msg of 12 Jun 1985 12:24-EDT from Alan Snyder <AS%hplabs.csnet at csnet-relay.arpa>
It is clearly stated in the manual that defun establishes a block
named with the function name. This is a feature which I use
extensively. The question is "Which of the other def-mumbles establish
a block as well, and if not why not?"
Moon's answer is "They all do." Admittedly returning out of the
body of a deftype will probably not often be useful, but this
definition has the advantage that it is consistent. This consistency
doesn't cost anything, so we might as well do thing this way.
Rob