Re: clojure streams

2014-09-04 Thread Chris Gill
amina (https://github.com/ztellman/lamina) which makes use of java queues under the hood and is likely very fast. On Friday, August 29, 2014 2:56:14 PM UTC-4, Greg MacDonald wrote: > > Hi Everyone, > > Does anyone know the status of clojure streams is? I would like to try > them out

Re: clojure streams

2014-09-01 Thread Alex Miller
ail that suggested this > change, nor to a quote by Rich Hickey from 2009 saying that streams lost to > chunked sequences, but they are probably findable via appropriate Google > searches. > > Andy > > > On Fri, Aug 29, 2014 at 11:56 AM, Greg MacDonald > wrote: > &g

Re: clojure streams

2014-08-31 Thread Andy Fingerhut
hey are probably findable via appropriate Google > searches. > > Andy > > > On Fri, Aug 29, 2014 at 11:56 AM, Greg MacDonald > wrote: > >> Hi Everyone, >> >> Does anyone know the status of clojure streams is? I would like to try >> them out but I can

Re: clojure streams

2014-08-31 Thread Andy Fingerhut
a quote by Rich Hickey from 2009 saying that streams lost to chunked sequences, but they are probably findable via appropriate Google searches. Andy On Fri, Aug 29, 2014 at 11:56 AM, Greg MacDonald wrote: > Hi Everyone, > > Does anyone know the status of clojure streams is? I would li

Re: clojure streams

2014-08-29 Thread Linus Ericsson
unctions. 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 : > Hi Everyone, > > Does anyone kn

clojure streams

2014-08-29 Thread Greg MacDonald
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&