Re: Where is the source of LET* macro

[email protected] Sat, 15 Apr 2023 18:16:36 +0200
Newsgroups gmane.lisp.openmcl.devel
Message-ID <[email protected]>

> On 15 Apr 2023, at 18:09, Tim Bradshaw <[email protected]> wrote:
> 
> On 15 Apr 2023, at 15:10, Tim McNerney <[email protected]> wrote:
>> 
>> Declare ignore in destructuring-bind and multiple-value-bind come to mind.
> 
> Can you give concrete examples?  I can neither think of any cases where this is a problem nor invent one.  That does not mean there are not any.

I’m pretty sure that destructuring-bind and multiple-value-bind do not have this problem. Extended loop, on the other hand, does (I think!).