index
:
clojure-contrib
1.0.x
1.1.x
1.2.x
amatus
clojure-1.0-compatible
gh-pages
master
maven
modules
new
Extensions and enhancements to the Clojure libraries. http://clojure.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
clojure
/
contrib
/
types.clj
Age
Commit message (
Collapse
)
Author
2010-01-20
Move source files into Maven-style directory structure.
Stuart Sierra
2009-12-11
Changed all instances of ^x across contrib to (meta x) since the ^x form is ↵
Tom Faulhaber
being deprecated in 1.1 refs #48
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-21
def: new utility function name-with-attributes for use in var-defining macros
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-16
types: algebraic types implemented as maps
Konrad Hinsen
2009-03-12
types: private type definitions
Konrad Hinsen
2009-03-12
types: redesign
Konrad Hinsen
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