emacs-devel
[Top][All Lists]
Advanced

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

Re: [ANN] New library stream.el in ELPA


From: Nicolas Petton
Subject: Re: [ANN] New library stream.el in ELPA
Date: Wed, 14 Oct 2015 15:30:12 +0200
User-agent: Notmuch/0.19 (http://notmuchmail.org) Emacs/25.0.50.7 (x86_64-unknown-linux-gnu)

Michael Heerdegen <address@hidden> writes:

> My fear is that you will soon see `max-lisp-eval-depth' related errors
> when doing very simple things with your streams and trying to reference
> element 500 or so.  Sorry, but I really don't recall a good
> counterexample.

That could happen if you tried to read an entire large stream at once,
but why would you do that, and not use instead a sequence?

If you do stream it, using `stream-first' and `stream-rest' for
instance, you shouldn't have this issue, right?

Nico

Attachment: signature.asc
Description: PGP signature


reply via email to

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