Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-03 | removed 9 deprecated functions from clojure.contrib.repl-utils | Ben Smith-Mannschott | |
Promoted to clojure.core: - flatten - group-by - partition-by - frequencies - reductions - partition-all - shuffle - rand-elt (clojure.core/rand-nth) Not promoted to clojure.core: - includes? prefer 'contains?' for key testing, or 'some' for ad hoc linear searches. Signed-off-by: Stuart Sierra <mail@stuartsierra.com> | |||
2010-08-10 | Add test sources to their respective modules | Stuart Sierra | |