clojure:chunks

Last commit made on 2009-08-02
Get this branch:
git clone -b chunks https://git.launchpad.net/clojure

Branch merges

Branch information

Name:
chunks
Repository:
lp:clojure

Recent commits

6e2ff87... by Rich Hickey <email address hidden>

refactor so mutable vectors support ordinary read functions: get/count/nth/function-call, with thread safety check

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

enforce single-threaded use of mutable vector, prevent use after immutble call

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

prevent vec from creating arrays from Collections

936705a... by Rich Hickey <email address hidden>

redef into with batch support

2363d00... by Rich Hickey <email address hidden>

got rid of LazilyPersistentVector instances, trim tail in immutable, redefed vector factory fns in terms of MutableVector

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

changed to test only for IndexOutOfBoundsException, not ArrayIndexOutOfBoundsException

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

renamed immutable immutable!

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

Clojure interface to editable vectors - mutable,immutable,conj!,pop!,assoc!,get!,nth!

53cc7a6... by Rich Hickey <email address hidden>

first cut at mutable vector

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

first cut at mods for batch capability