ANN: Morph 0.2.0, state+error-handling with pure functions

2013-03-20 Thread Armando Blancas
Release 0.2.0 of the Morph library comes with a couple of fixes and some enhancements: https://github.com/blancas/morph Safe error-handling with non-global, shared data is now even easier: https://github.com/blancas/morph/wiki/Simpler-State-with-Error-Handling Documentation and samples:

Re: ANN: Morph 0.2.0, state+error-handling with pure functions

2013-03-20 Thread coltnz
So thats at least four clojure monad libraries I know of. This one, https://github.com/bwo/monads, https://github.com/jduey/protocol-monads and the original (?) https://github.com/clojure/algo.monads. Anyone care to comment on the differences beyond use of protocols or not? Pick me a

Re: ANN: Morph 0.2.0, state+error-handling with pure functions

2013-03-20 Thread Ben Wolfson
On Wed, Mar 20, 2013 at 1:16 PM, coltnz colin.tay...@gmail.com wrote: So thats at least four clojure monad libraries I know of. This one, https://github.com/bwo/monads, https://github.com/jduey/protocol-monads and the original (?) https://github.com/clojure/algo.monads. Anyone care to comment