Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-20 | Move source files into Maven-style directory structure. | Stuart Sierra | |
2009-10-29 | works with clojure branch new by excluding deftype | Mike Hinchey | |
Signed-off-by: Rich Hickey <richhickey@gmail.com> | |||
2009-05-03 | Namespace documentation for autodoc | Konrad Hinsen | |
2009-04-16 | types: optional docstring and attribute map in deftype | Konrad Hinsen | |
2009-03-29 | types: match works also for list, vector, and map templates | Konrad Hinsen | |
2009-03-18 | generic: new module functor | Konrad Hinsen | |
2009-03-16 | new module clojure.contrib.generic.collection | Konrad Hinsen | |
2009-03-16 | types: algebraic types implemented as maps | Konrad Hinsen | |
2009-03-12 | types: redesign | 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-02-26 | types: new implementation using vectors with metadata and the new type ↵ | Konrad Hinsen | |
selector function | |||
2009-02-25 | New library clojure.contrib.types implements algebraic data types | Konrad Hinsen | |