(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 constructs nicely interleaved with the clojure b-tree-like data structures) and last but not least the *transducers* concept, where transducers actually are very similar to the outlines of the streams abstraction in the link you mentioned with their "continously spinning" transform functions. http://blog.cognitect.com/blog/2014/8/6/transducers-are-coming Core.async is somewhat similar, but has other use cases in mind (sane wrapping of an event stream of various side-effects). /Linus 2014-08-29 20:56 GMT+02:00 Greg MacDonald <gtmacdon...@gmail.com>: > Hi Everyone, > > Does anyone know the status of clojure streams is? I would like to try > them out but I can't find the svn repository mentioned on the website: > http://clojure.org/streams. Thx! > > -Greg > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to clojure@googlegroups.com > Note that posts from new members are moderated - please be patient with > your first post. > To unsubscribe from this group, send email to > clojure+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to clojure+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.