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: John Mastro
Subject: Re: [ANN] New library stream.el in ELPA
Date: Thu, 15 Oct 2015 13:28:20 -0700

Hi Nico,

> I just pushed to ELPA the first version of `stream', a new library that
> provides an implementation of streams.
>
> `stream' requires Emacs >= 25.1, as it leverages the extensibility of
> seq.el (the version currently in master, not the one in ELPA): all
> functions defined in seq.el will work on streams, meaning that it's
> possible to consume a stream using `seq-take', map and filter it using
> `seq-map` and `seq-filter`, and so forth.

Thanks for working on this, it's definitely useful.

Specifying the dependency as (emacs "25.1") seems to prevent it from
being installable via package.el until Emacs 25.1 is released. At least,
it's listed as "incompat" in the *Packages* menu in my Emacs, built from
master fairly recently. I think listing the dependency as (emacs "25")
would avoid this.

--
john

reply via email to

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