Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-03 | Namespace documentation for autodoc | Konrad Hinsen | |
2009-04-21 | monads: new monad function m-reduce | Konrad Hinsen | |
2009-03-24 | monads: implemented :let as in Clojure's for | Konrad Hinsen | |
2009-03-20 | monads: new state monad functions for working with maps | Konrad Hinsen | |
2009-03-19 | monads: moved tests to test_contrib | Konrad Hinsen | |
2009-03-02 | General 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-01 | interim: 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-02-23 | macros and monads/examples: removed lazy-cons-based code | Konrad Hinsen | |
2009-02-18 | monads+probabilities: added an -m suffix to all monad names | Konrad Hinsen | |
2009-02-15 | monads: fixes to make it work with the lazy branch | Konrad Hinsen | |
2009-01-29 | monads.clj: new cont monad, new macros m-when and m-when-not | Konrad Hinsen | |
2009-01-25 | Monads: new writer monad, enhanced maybe-t transformer, new sequence-t ↵ | Konrad Hinsen | |
transformer | |||
2009-01-12 | Monads: Added examples and test cases for (maybe-t sequence) | Konrad Hinsen | |
2009-01-08 | monads.clj: modified maybe monad, added monad transformer maybe-t, changed ↵ | Konrad Hinsen | |
default value of all monad operations from nil to ::undefined | |||
2009-01-06 | Added test suite and examples for monads.clj | Konrad Hinsen | |