On Sat, Dec 24, 2022 at 12:42 AM Yuan Fu <casouri@gmail.com> wrote:

> Darn it! I loved cl-loop :-) I’ll curb my use of cl-loop in Emacs codebase.

I doubt you're responsible for 730+ uses of cl-loop across 150+ files ;-)

It is expressive, and sometimes the easiest way to do something, but it certainly looks unLispy. Perhaps elisp should've adopted the iter macro. Ah, well...