[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Does Defmacro establish a block?
- To: common-lisp@su-ai.ARPA
- Subject: Re: Does Defmacro establish a block?
- From: Alan Snyder <AS%hplabs.csnet@csnet-relay.arpa>
- Date: Wed 12 Jun 85 09:24:07-PDT
- In-reply-to: Message from ""David A. Moon" <Moon@stony-brook.scrc.symbolics.com@HP-VENUS>" of Tue 11 Jun 85 14:32:35-PDT
- Source-info: From (or Sender) name not authenticated.
I believe that all defining forms that have a name and a body should put
a named block around the body.
I fail to see the advantage of all these named blocks being created
implicitly. Too many implicit definitions can be confusing. Is it
really too much to ask the programmer to put in an explicit block on
those occasions when he/she wants to do a return from one of these
constructs? Does it happen that often? Are there some situations (I
hope not!) where the system can put a block where the programmer cannot
(and where it makes sense to return to)?
-------