help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Closures - do you understand them well?


From: Michael Heerdegen
Subject: Re: Closures - do you understand them well?
Date: Thu, 08 Dec 2022 21:49:19 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

Stefan Monnier via Users list for the GNU Emacs text editor
<help-gnu-emacs@gnu.org> writes:

> In ELisp, both `dotimes` and `dolist` create a new binding for `i` at
> each iteration of the loop.

This is probably what most people expect from a loop.  `cl-loop'
doesn't.

I guess it's not good to rely on either behavior of built-in looping
constructs.

Michael.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]