Age | Commit message (Expand) | Author |
2009-03-03 | test-clojure: Add doseq, :let, and guard tests to "for.clj" | Chouser |
2009-03-02 | test-clojure: use :only for test-is | scgilardi |
2009-03-02 | seq-utils: new multimethod seq-on | Konrad Hinsen |
2009-03-02 | General revision of my modules: | Konrad Hinsen |
2009-03-01 | fix issue 30: add lcm function to clojure.contrib.math (with tests) from gnuv... | scgilardi |
2009-03-01 | interim: rename clojure.contrib.macros.letfn to letfn-kh because clojure.core... | scgilardi |
2009-03-01 | Eliminated double call of (vec (sort c)) in lex-permutations. | Mark Engelberg |
2009-03-01 | Changed doc string for lex-permutations. | Mark Engelberg |
2009-02-28 | Fiddled with the location of some of the calls to lazy-seq. | Mark Engelberg |
2009-02-28 | Added comment to transitive-closure | Jeffrey Straszheim |
2009-02-28 | Updated for "lazier" branch. | Mark Engelberg |
2009-02-27 | I keep forgetting the existence of reset! | Christophe Grand |
2009-02-27 | accumulators: reverted to old data structures for counters and tuples (more c... | Konrad Hinsen |
2009-02-27 | monads: added state-t monad transformer (by Jim Duey) | Konrad Hinsen |
2009-02-26 | add map-utils from Jason Wolfe, fixes issue 10 | scgilardi |
2009-02-26 | Fixed loops in transitive closure | Jeffrey Straszheim |
2009-02-26 | accumulators: reimplementation of map-based accumulators using algebraic types | Konrad Hinsen |
2009-02-26 | types: new implementation using vectors with metadata and the new type select... | Konrad Hinsen |
2009-02-26 | More tweaks | Jeffrey Straszheim |
2009-02-26 | Tweaks | Jeffrey Straszheim |
2009-02-26 | Added recursive component test | Jeffrey Straszheim |
2009-02-26 | error-kit: add rebind-fn, make associated internal changes. | Chouser |
2009-02-25 | lazy-xml: fix incorrect nil pun | Chouser |
2009-02-25 | New library clojure.contrib.types implements algebraic data types | Konrad Hinsen |
2009-02-24 | Tweaked lazy-walk | Jeffrey Straszheim |
2009-02-24 | Added transitive-closure | Jeffrey Straszheim |
2009-02-24 | test numbers: non-integer tests for 'mod' since Clojure SVN 1302 | Frantisek Sodomka |
2009-02-24 | Added test | Jeffrey Straszheim |
2009-02-24 | Fixed comment | Jeffrey Straszheim |
2009-02-24 | Removed :reload | Jeffrey Straszheim |
2009-02-24 | Added component-graph | Jeffrey Straszheim |
2009-02-24 | Fixed more comments | Jeffrey Straszheim |
2009-02-24 | Removed bogus import | Jeffrey Straszheim |
2009-02-24 | Fixed comment | Jeffrey Straszheim |
2009-02-24 | Saner node structure | Jeffrey Straszheim |
2009-02-24 | Fixed copyright notice (oops) | Jeffrey Straszheim |
2009-02-24 | Dependency graphs | Jeffrey Straszheim |
2009-02-24 | Began graph module | Jeffrey Straszheim |
2009-02-24 | Began graph module | Jeffrey Straszheim |
2009-02-23 | test data-structures: equality, count, conj, peek, pop, key, val, sorted-set,... | Frantisek Sodomka |
2009-02-23 | test logic: nil-punning | Frantisek Sodomka |
2009-02-23 | back to a mutation-based rec-seq | Christophe Grand |
2009-02-23 | stream-utils: almost completely new content | Konrad Hinsen |
2009-02-23 | changed rec-seq to work with r1300 | Christophe Grand |
2009-02-23 | accumulators: rewritten defmulti doc strings | Konrad Hinsen |
2009-02-23 | stream-utils: fixed file name | Konrad Hinsen |
2009-02-23 | macros and monads/examples: removed lazy-cons-based code | Konrad Hinsen |
2009-02-23 | Added agent-utils | Christophe Grand |
2009-02-23 | Added "feeling lucky" web search when no local or remote javadoc found. Thank... | Christophe Grand |
2009-02-22 | make test-clojure load 'cleanly', add run function and -main | scgilardi |