CLHS hermeneutics: HANDLER-BIND as a top level form...
- From: Marco Antoniotti <marcoxa@xxxxxxxxx>
- Date: Tue, 5 Aug 2008 13:41:11 -0700 (PDT)
Hi
I know this may be a RTFM question, but, as usual, I am lazy... :)
For reasons that I do not want to discuss here, I may end up doing
things like
(handler-bind ((warning #'muffle-warning))
(defstruct foo a s d)
(defclass zot () ())
;; etc etc
)
Are there some CLHS limitations on the compiler's behavior as far as
the types FOO and ZOT are concerned? I am asking this, because I am
not so sure if HANDLER-BIND has to be treated as PROGN at the top-
level.
Thanks
--
Marco
.
- Follow-Ups:
- Re: CLHS hermeneutics: HANDLER-BIND as a top level form...
- From: Richard M Kreuter
- Re: CLHS hermeneutics: HANDLER-BIND as a top level form...
- From: Pascal Costanza
- Re: CLHS hermeneutics: HANDLER-BIND as a top level form...
- Prev by Date: Re: "beta" is a reach, but....
- Next by Date: Re: "beta" is a reach, but....
- Previous by thread: Program "close to the machine"
- Next by thread: Re: CLHS hermeneutics: HANDLER-BIND as a top level form...
- Index(es):