In this release the lib gets rid of reflective calls by adding type hints.

https://github.com/blancas/morph

I don't have any benchmarks, but in Ben's tree-numbering Morph's timing 
goes from ~13,700 msecs down to ~350.
https://github.com/bwo/monads/wiki/Tree-numbering-benchmark

Morph tries hard to demystify the use of monads (though writing new ones 
may be a bit tricker). The same with functors: types that map regular 
functions over their fields. Morph extends Clojure types as functors; want 
to map over a collection and keep the type? Use Morp's fmap instead of map. 
Extending your own types as functors is pretty easy.

Documentation:
https://github.com/blancas/morph/wiki
http://blancas.github.io/morph/

For bug reports, feedback, or feature requests:
https://github.com/blancas/morph/issues?state=open

-- 
-- 
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