clojure:streams

Last commit made on 2009-01-25
Get this branch:
git clone -b streams https://git.launchpad.net/clojure

Branch merges

Branch information

Name:
streams
Repository:
lp:clojure

Recent commits

daab7f2... by Rich Hickey <email address hidden>

Made Atream.Iter an IFn, so can act as generator

6254b8d... by Rich Hickey <email address hidden>

made (stream astream) identity

96bdcae... by Rich Hickey <email address hidden>

made AStream Sequential
made *io-context* public

0859070... by Rich Hickey <email address hidden>

Streams in progress - safe stream model

0f38a4e... by Rich Hickey <email address hidden>

intial import of streams stuff, Java side

2f7ea59... by Rich Hickey <email address hidden>
2f3989a... by Rich Hickey <email address hidden>

Report more incorrect usages of binding vectors, patch from Chouser

d799f38... by Rich Hickey <email address hidden>

fix range with too large negative index, patch from Olov Lassus
made Range implement count()

59f0b40... by Rich Hickey <email address hidden>

fixed Integer/LongOps.Negate overflow when MIN_VALUE

3c0439b... by Rich Hickey <email address hidden>

Make syntax-quote Classname. and .method aware, patch from Meikel Brandmeyer