A Clojure utility toolkit. There are many like it, but this one is ours.
The library is broadly organized into the following categories:
-
core- Generically useful helpers to complementclojure.core -
io- IO utilities to complementclojure.java.io -
serialization- Unified functions for reading/writing all sorts of structured data (CSV, JSON, Nippy, Fressian, and more) to disk -
time- Date/time utilities on top of JodaTime (clj-time) -
math- Basic math utilities
See the documentation for the gory details.