Subject: Re: multiple-values and `let'
From: Erik Naggum <clerik@naggum.no>
Date: 1998/07/29
Newsgroups: comp.lang.lisp
Message-ID: <3110686280022064@naggum.no>

* David Bakhash
| I tried `letbind', but had no luck whatsoever.

  it appears from your examples that you haven't read the documentation
  that comes with it at all.  why not?  here's the one for LETBIND:

  "Macro usable to combine the features of the bindings constructs of CL.
This macro combines LET, MULTIPLE-VALUE-BIND and DESTRUCTURING-BIND.
The syntax is '(letbind (<binding>*) <forms>)'.
Each bindings has the following syntax
   binding ::= symbol form [decl*] |
               (symbols*) [:destructuring | :values] form [decls*]."

#:Erik
-- 
  http://www.naggum.no/spam.html is about my spam protection scheme and how
  to guarantee that you reach me.  in brief: if you reply to a news article
  of mine, be sure to include an In-Reply-To or References header with the
  message-ID of that message in it.  otherwise, you need to read that page.