emacs-devel
[Top][All Lists]
Advanced

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

Re: general lazy list facility for Emacs Lisp?


From: Ted Zlatanov
Subject: Re: general lazy list facility for Emacs Lisp?
Date: Wed, 23 Mar 2011 13:09:29 -0500
User-agent: Gnus/5.110016 (No Gnus v0.16) Emacs/24.0.50 (gnu/linux)

On Wed, 23 Mar 2011 18:46:16 +0100 Thierry Volpiatto <address@hidden> wrote: 

TV> Not sure to understand what you want, but maybe have a look at some
TV> ioccur.el functions:
ELISP> (setq A '(a b c d))
TV> (a b c d)

ELISP> (setq it (ioccur-iter-circular A))

That's useful but I was thinking more of infinite lists,
e.g. http://landoflisp.com/lazy.lisp (that's a CL implementation but the
ELisp equivalent shouldn't be too bad).

Ted




reply via email to

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