Re: using reduce instead of loop recur

2011-05-31 Thread iz bash
thanks everyone!! that was really great help. -- 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 u

using reduce instead of loop recur

2011-05-30 Thread iz bash
so clojures like my first programming language. most of the time now ,i use map /reduce/.. with lazy sequences but sometimes i just cant seem to find a solution other than using loop-recur. then i read somewhere almost all loop recur situations can be translated into reduce. so ive posted a functi