aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib/monadic_io_streams.clj
AgeCommit message (Collapse)Author
2010-01-20Move source files into Maven-style directory structure.Stuart Sierra
2009-06-24New library monadic-io-streamsKonrad Hinsen
Provides a monadic interface to I/O streams created through clojure.contrib.duck-streams. The monadic interface makes it possible to write purely function I/O routines and run them on I/O streams without any possibility of aliasing.