[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: `thunk-let'?
From: |
Michael Heerdegen |
Subject: |
Re: `thunk-let'? |
Date: |
Wed, 08 Nov 2017 23:22:09 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) |
Eli Zaretskii <address@hidden> writes:
> Given that "lazy evaluation" seems not to be described anywhere in the
> ELisp manual, I think we cannot get away with "---" here, and will
> have to add at least something to the manual.
Well, it's in subr-x because I'm not sure that it is yet a good idea to
"advertize it so loudly" as Stefan uses to say. Nothing in subr-x is
described in the manual.
If we are sure that we want to document this right now in the manual, we
could document it together with thunks. Though, I'm also not sure if
thunks won't be replaced with something more advanced in the near
future.
> > +(defmacro lazy-let (bindings &rest body)
> > + "Like `let' but make delayed bindings.
>
> And this seems to use a different term for this.
Yes, I'll make this more consistent, thanks.
Michael.
- Re: `thunk-let'?, (continued)
- Re: `thunk-let'?, Eli Zaretskii, 2017/11/30
- Re: `thunk-let'?, Eli Zaretskii, 2017/11/23
- Re: `thunk-let'?, Gemini Lasswell, 2017/11/22
- Re: `thunk-let'?, Noam Postavsky, 2017/11/22
- Re: `thunk-let'?, Michael Heerdegen, 2017/11/22
- Re: `thunk-let'?, Michael Heerdegen, 2017/11/22
- Re: `thunk-let'?, Stefan Monnier, 2017/11/22
- Re: `thunk-let'?, Michael Heerdegen, 2017/11/22
- Re: [SUSPECTED SPAM] Re: `thunk-let'?, Eli Zaretskii, 2017/11/10
Re: [SUSPECTED SPAM] Re: `thunk-let'?, Eli Zaretskii, 2017/11/08
- Re: `thunk-let'?,
Michael Heerdegen <=
- RE: `thunk-let'?, Drew Adams, 2017/11/08
- Re: `thunk-let'?, Eli Zaretskii, 2017/11/09
- Re: `thunk-let'?, Clément Pit-Claudel, 2017/11/09
- Re: `thunk-let'?, Michael Heerdegen, 2017/11/09
- RE: `thunk-let'?, Drew Adams, 2017/11/09
- Sandbox subr-x? (was: `thunk-let'?), Michael Heerdegen, 2017/11/09
- RE: Sandbox subr-x? (was: `thunk-let'?), Drew Adams, 2017/11/09
- Re: Sandbox subr-x? (was: `thunk-let'?), Eli Zaretskii, 2017/11/10
Re: `thunk-let'?, Clément Pit-Claudel, 2017/11/09
Re: `thunk-let'?, Michael Heerdegen, 2017/11/09