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: Emanuel Berg
Subject: Re: Using `iter-yield` with `seq.el` and mapping functions?
Date: Mon, 07 Nov 2022 13:31:06 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

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?

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

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