Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Stuart Sierra <mail@stuartsierra.com>
|
|
|
|
|
|
|
|
|
|
|
|
Simpler & less repetitive than extend-protocol
in this case.
|
|
|
|
* New library uses protocols.
* read-json accepts any String or Reader.
* read-json keywordizes keys by default.
|
|
|
|
|
|
Signed-off-by: Stuart Sierra <mail@stuartsierra.com>
|
|
|
|
To avoid order-of-compilation issues,
this patch puts the gen-class expressions
for ColumnWriter and PrettyWriter in a
separate file, rather than in the ns
declarations.
|
|
This is an attempt to fix compilation-order
issues with gen-class.
See http://groups.google.com/group/clojure-maven-plugin/browse_thread/thread/40150bb45270b322
|
|
'replace' doesn't need runtime dispatch, so multimethods are
unnecessary performance overhead.
New functions: replace-char, replace-str, replace-re, and replace-by
|
|
* most significant argument last, for ->>
* 'contains?' renamed 'substring?'
* removed 'partial'
|
|
|
|
|