clojure:seqfns

Last commit made on 2010-04-28
Get this branch:
git clone -b seqfns https://git.launchpad.net/clojure

Branch merges

Branch information

Name:
seqfns
Repository:
lp:clojure

Recent commits

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

Merge branch 'master' into seqfns

57b3200... by Rich Hickey <email address hidden>

turn off annotations test for now

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

added flatten, group-by, partition-by, frequencies, reductions, rand-nth, seq-contains?, partition-all, shuffle
no-arg range is infinite 0,1,2,3...
opts for vector

dc9429f... by =?utf-8?q?Daniel_Solano_G=C3=B3mez?= <email address hidden>

Add containsKey and entryAt support to Vec, plus tests. Fixes #314.

Signed-off-by: Stuart Halloway <email address hidden>

f6c7464... by Stuart Halloway <email address hidden>

eliminate reflection in #266

Signed-off-by: Stuart Halloway <email address hidden>

a3d1d49... by =?utf-8?q?Daniel_Solano_G=C3=B3mez?= <email address hidden>

Add Comparable support to Vec, with tests. Fixes #266.

Signed-off-by: Stuart Halloway <email address hidden>

5ad8870... by Stuart Halloway <email address hidden>

tests for annotations

Signed-off-by: Stuart Halloway <email address hidden>

37d8f7a... by Rich Hickey <email address hidden>

route all coercions through RT

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

made defrecords Serializable

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

added parameter destructuring support to reify and deftype/record