Re: Redubicle NIO

2012-10-18 Thread Bruno França dos Reis
jure community, I might be missing some common idioms. I'd be glad if you could expand on that! Thanks! On Thursday, October 18, 2012 8:44:41 PM UTC-3, David Nolen wrote: > > On Thu, Oct 18, 2012 at 7:15 PM, Herwig Hochleitner > > > wrote: > >> 2012/10/19

Re: Redubicle NIO

2012-10-18 Thread Bruno França dos Reis
d you could avoid it by > starting with (let [f# ~f] ...). Better still, ask why this is a macro > at all. This should really just be a function, because you don't > introduce any new syntax, and you don't delay evaluation of anything. > > On Oct 18, 2:56 pm, Bruno França do

Re: Redubicle NIO

2012-10-18 Thread Bruno França dos Reis
f (f))) (coll-reduce [b f val] (buffer-reduce b f val)) ; ... other kinds of buffer ... ) Sorry for that. On Thursday, October 18, 2012 6:50:07 PM UTC-3, Bruno França dos Reis wrote: > > Hello! > > I've recently started playing with Clojure, and a couple of days ago I

Redubicle NIO

2012-10-18 Thread Bruno França dos Reis
Hello! I've recently started playing with Clojure, and a couple of days ago I've been pointed to Reducers in Clojure 1.5 after a discussion on #clojure at Freenode. I've read Rich's posts announcing the Reducers library, and he says that there's a ***lack of reducible IO sources***. I'm workin