[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [SUSPECTED SPAM] Re: `thunk-let'?
From: |
Michael Heerdegen |
Subject: |
Re: [SUSPECTED SPAM] Re: `thunk-let'? |
Date: |
Thu, 09 Nov 2017 16:19:45 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) |
Eli Zaretskii <address@hidden> writes:
> > +(defmacro lazy-let (bindings &rest body)
> > + "Like `let' but make delayed bindings.
>
> And this seems to use a different term for this.
>
> > +This is like `let' but any binding expression is not evaluated
> > +before the variable is used for the first time.
>
> The "like let" part is a repetition of what was already said in the
> first sentence, so there's no need to repeat it.
Done. The updated cumulative patch is in the answer
<address@hidden> to Stefan's response.
Thanks for reviewing, Eli.
Regards,
Michael.
- Re: `thunk-let'?, (continued)
- Re: `thunk-let'?, Eli Zaretskii, 2017/11/10
- Re: `thunk-let'?, Michael Heerdegen, 2017/11/09
- Re: `thunk-let'?, Eli Zaretskii, 2017/11/09
- Re: `thunk-let'?, Michael Heerdegen, 2017/11/09
- Re: `thunk-let'?, Eli Zaretskii, 2017/11/10
- Re: `thunk-let'?, Michael Heerdegen, 2017/11/11
- Re: `thunk-let'?, Eli Zaretskii, 2017/11/11
- Re: `thunk-let'?, Nicolas Petton, 2017/11/10
Re: [SUSPECTED SPAM] Re: `thunk-let'?, Michael Heerdegen, 2017/11/09
Re: [SUSPECTED SPAM] Re: `thunk-let'?,
Michael Heerdegen <=