/std

A supercharged stdlib/toolbelt for Clojure

Primary LanguageClojureEclipse Public License 1.0EPL-1.0

std

A Clojure utility toolkit. There are many like it, but this one is ours.

Clojars Project

Build Status

The library is broadly organized into the following categories:

  • core - Generically useful helpers to complement clojure.core

  • io - IO utilities to complement clojure.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.