Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-10 | Remove the translation of (meta x) to ^x in code dispatch, since the ^x form ↵ | Tom Faulhaber | |
is being deprecated in 1.1 | |||
2009-11-30 | renamed col-write method to Java-ok col_write | Rich Hickey | |
2009-06-13 | pprint: directly call some dispatch functions that we use often to be | Tom Faulhaber | |
easier on the stack | |||
2009-05-09 | New multimethod-based dispatch system. Made a path all the way through | Tom Faulhaber | |
that assumes that you have a pretty writer bound to *out* so we don't have to rebind it everywhere. | |||
2009-05-03 | Updating pprint documentation | Tom Faulhaber | |
2009-04-12 | Handle ArraySeqs | Tom Faulhaber | |
2009-04-06 | Mucked around with the headers to make them more clojure.contrib friendly | Tom Faulhaber | |
2009-04-06 | Basic support for pretty printer | Tom Faulhaber | |