I recently asked about mutual referenced support in the prismatic library 
plumbing

https://github.com/Prismatic/plumbing

and currently its an open question about how to implement that.

So I made a proof-of-concept version of a "graph-like" library that 
supports mutual recursion.

https://github.com/bmillare/dj.compose

Note some differences:
* fnb are higher order functions, so its expected you use it to wrap an 
existing anonymous function
* functions in the bind-map are just plain functions and accept any number 
of arguments. They are not map oriented.

I encourage those interested to the read the sources, its only 1 macro, and 
1 function. Feedback appreciated.

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