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

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

Re: Using `iter-yield` with `seq.el` and mapping functions?


From: Michael Heerdegen
Subject: Re: Using `iter-yield` with `seq.el` and mapping functions?
Date: Mon, 07 Nov 2022 15:08:55 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

Emanuel Berg <incal@dataswamp.org> writes:

> Michael Heerdegen wrote:
>
> > (iter-next
> >  (funcall
> >   (iter-lambda (l)
> >     (dolist (y l) (iter-yield y)))
> >   '(1 2 3)))
>
> Hm, what's the advantage or increased expressibility with
> this method?

Do you ask about the purpose of using iterators, or do you ask why the
above call doesn't error like the one having the issue?

Michael.




reply via email to

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