Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Preparation for possible compatibility with Ring,
see http://github.com/mmcgrana/ring
|
|
|
|
Fixes #5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
"all-are" tests
|
|
|
|
|
|
|
|
- m-until implements loops
- with-state-field facilitates combining multiple state values into a map
- a few docstrings that came after their functions' argument lists
have been fixed
|
|
|
|
|
|
Also updated test_contrib/walk.clj for new behavior.
|
|
|
|
|
|
|
|
bad hotspot. Result: ~45% speedup.
|
|
|
|
easier on the stack
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
test-clojure.java-interop: many new tests
|
|
|
|
|
|
|
|
inspired by Waterfront
|
|
|
|
|
|
|
|
|