There are some stream libraries that exist, though core.async channels
could likely be used for most things stream related.
I made one called kuroshio (https://github.com/viperscape/kuroshio) which
solves some small trade offs I didn't want to make with other libraries,
there is also lamina (htt
Yeah, will do. Core.async channels and transducers solve similar problems
today.
On Aug 31, 2014, at 2:36 PM, Andy Fingerhut
wrote:
Found it:
"Don't worry about streams - they lost to chunked seqs. Any vestiges just
need to be removed. -- Rich"
https://groups.google.com/forum/#!msg/clojure-
Found it:
"Don't worry about streams - they lost to chunked seqs. Any vestiges just
need to be removed. -- Rich"
https://groups.google.com/forum/#!msg/clojure-dev/VcHaPv0s_90/EkGmLyzV7ZoJ
It seems like at least marking the page http://clojure.org/streams near the
top with a message that it is
I have a note in a list of things to do that I have been maintaining that
says " Remove now-obsolete http://clojure.org/streams
and any links to it (RH said in 2009 that streams lost to chunked
sequences)". I don't have a link handy to that email that suggested this
change, nor to a quote by Rich
(Rich Hickey is the only one who could answer finally but...)
I think this information is old and outdated, streams didn't really make it
into clojure.
The things that survived was the *sequence* abstraction (which is used
almost everywhere), later the *reducers* (facilitating javas fork-join
con