Fluokitten - Category Theory in Idiomatic Clojure has just been upgraded to 
0.3.0

Get started guide: 
http://fluokitten.uncomplicate.org/articles/getting_started.html
The library is in the clojars, so lein will pick it up easily.

There are lot of new features:

   - mdo macro as a syntactic sugar for chained bind calls.
   - Implicit context (monad, functor, applicative) supported inside the 
   dynamic scope of bind and all functions/macros that depend on it (>>=, mdo 
   etc.)
   - return (also called unit) function, a version of pure that uses the 
   implicit context.
   - with-context macro enables setting the implicit context for arbitrary 
   body of expressions.
   - >=> and <=< functions that compose monadic functions.

The documentation and the tutorials have been improved and updated.

Please check the existing tutorials out and post your thoughts here. Your 
feedback is very valuable for making this library better.


-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to