aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib
AgeCommit message (Collapse)Author
2009-03-07Removed semi-naive experimentJeffrey Straszheim
2009-03-07More semi-naive workJeffrey Straszheim
2009-03-06repl-utils: add Ctrl-C support. See 'add-break-thread!'Chouser
2009-03-06Test data structures: contains?Frantisek Sodomka
2009-03-06test data structures: findFrantisek Sodomka
2009-03-06monads: added set monadKonrad Hinsen
2009-03-06Delta rulesJeffrey Straszheim
2009-03-06Fixed lousy representation for adorned predicatesJeffrey Straszheim
2009-03-05Progress on semi-naiveJeffrey Straszheim
2009-03-05Fixed index issue with item removalJeffrey Straszheim
2009-03-04error-kit: breaking change: renamed *error* to errorChouser
Also removed asterisks from example error names.
2009-03-04fix issue 32 http://code.google.com/p/clojure-contrib/issues/detail?id=32Christophe Grand
2009-03-04test predicates: update for lazy-seq;Frantisek Sodomka
test sequences: equality, lazy-seq, update seq & reverse
2009-03-04test sequences: updated test for empty?Frantisek Sodomka
2009-03-04TweaksJeffrey Straszheim
2009-03-03Merged javadoc into repl-utilsChristophe Grand
2009-03-03monads: simplified condition handlingKonrad Hinsen
2009-03-03fixed error in testJeffrey Straszheim
2009-03-03delete-tuple addedJeffrey Straszheim
2009-03-03Removed extra parenthesis.Mark Engelberg
2009-03-03Added datalogJeffrey Straszheim
2009-03-03test-clojure: Add doseq, :let, and guard tests to "for.clj"Chouser
2009-03-02test-clojure: use :only for test-isscgilardi
2009-03-02seq-utils: new multimethod seq-onKonrad Hinsen
2009-03-02General revision of my modules:Konrad Hinsen
- Replaced clojure.contrib.macros/letfn by clojure.core/letfn - Introduced namespaces for all tests and examples - Fixed namespace-related bugs in monads and stream-utils - Introduced :only clause into all :use clauses
2009-03-01fix issue 30: add lcm function to clojure.contrib.math (with tests) from ↵scgilardi
gnuvince
2009-03-01interim: rename clojure.contrib.macros.letfn to letfn-kh because ↵scgilardi
clojure.core now defines letfn. Making this change to allow clojure.contrib to compile/run until Konrad makes his preferred fix
2009-03-01Eliminated double call of (vec (sort c)) in lex-permutations.Mark Engelberg
2009-03-01Changed doc string for lex-permutations.Mark Engelberg
2009-02-28Fiddled with the location of some of the calls to lazy-seq.Mark Engelberg
2009-02-28Added comment to transitive-closureJeffrey Straszheim
2009-02-28Updated for "lazier" branch.Mark Engelberg
2009-02-27I keep forgetting the existence of reset!Christophe Grand
2009-02-27accumulators: reverted to old data structures for counters and tuples (more ↵Konrad Hinsen
convenient)
2009-02-27monads: added state-t monad transformer (by Jim Duey)Konrad Hinsen
2009-02-26add map-utils from Jason Wolfe, fixes issue 10scgilardi
2009-02-26Fixed loops in transitive closureJeffrey Straszheim
2009-02-26accumulators: reimplementation of map-based accumulators using algebraic typesKonrad Hinsen
2009-02-26types: new implementation using vectors with metadata and the new type ↵Konrad Hinsen
selector function
2009-02-26More tweaksJeffrey Straszheim
2009-02-26TweaksJeffrey Straszheim
2009-02-26Added recursive component testJeffrey Straszheim
2009-02-26error-kit: add rebind-fn, make associated internal changes.Chouser
2009-02-25lazy-xml: fix incorrect nil punChouser
2009-02-25New library clojure.contrib.types implements algebraic data typesKonrad Hinsen
2009-02-24Tweaked lazy-walkJeffrey Straszheim
2009-02-24Added transitive-closureJeffrey Straszheim
2009-02-24test numbers: non-integer tests for 'mod' since Clojure SVN 1302Frantisek Sodomka
2009-02-24Added testJeffrey Straszheim
2009-02-24Fixed commentJeffrey Straszheim