Subject: Re: `letf' in Common Lisp?
From: Erik Naggum <erik@naggum.no>
Date: 2000/06/04
Newsgroups: comp.lang.lisp
Message-ID: <3169102484898761@naggum.no>

* David Bakhash <cadet@alum.mit.edu>
| One thing I want to know about these macros...
| they don't seem to deal with declarations properly.  This can be
| particularly important in LET and LET* forms.  Is it a finite amount of
| work to get the basic declarations to work with LETF(*) as defined in
| the previous post?

  The places they are supposed to be used on are not variables that
  will be used in the body, so declarations are less relevant than in
  most other places.  It is of course a finite amount of work to make
  declarations work: Wrap a let form around the body instead progn, as
  always when you want declarations to work.

#:Erik
-- 
  If this is not what you expected, please alter your expectations.