API for monadic-io-streams (1.1.x branch)

by Konrad Hinsen

Usage:
(ns your-namespace
  (:require clojure.contrib.monadic-io-streams))

Overview

Monadic I/O with Java input/output streams
Defines monadic I/O statements to be used in a state monad
with an input or output stream as the state. The macro
monadic-io creates a stream, runs a monadic I/O statement
on it, and closes the stream. This structure permits the
definition of purely functional compound I/O statements
which are applied to streams that can never escape from the
monadic statement sequence.

Public Variables and Functions

Logo & site design by Tom Hickey.
Clojure auto-documentation system by Tom Faulhaber.