Utility functions to complement clojure.core
Utility functions to complement clojure.core
I/O utility functions to complement clojure.java.io
I/O utility functions to complement clojure.java.io
Utilities for reading/writing formatted data to disk
In general: reader-like - Anything that can be coerced to an open java.io.Reader using clojure.java.io/reader
writer-like - Anything that can be coerced to an open java.io.Writer using clojure.java.io/writer
istream-like - Anything that can be coerced to an open java.io.InputStream using clojure.java.io/input-stream
ostream-like - Anything that can be coerced to an open java.io.OutputStream using clojure.java.io/output-stream
Utilities for reading/writing formatted data to disk In general: reader-like - Anything that can be coerced to an open java.io.Reader using clojure.java.io/reader writer-like - Anything that can be coerced to an open java.io.Writer using clojure.java.io/writer istream-like - Anything that can be coerced to an open java.io.InputStream using clojure.java.io/input-stream ostream-like - Anything that can be coerced to an open java.io.OutputStream using clojure.java.io/output-stream
Date/time utilities on top of JodaTime/clj-time and goog.date/cljs-time
Date/time utilities on top of JodaTime/clj-time and goog.date/cljs-time
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close