I tried to find old threads for my question but could not find any suitable 
answer.

My question is that unlike haskell, which separates I/O side effect code 
from pure code, and hence can easily do other optimizations
like auto-caching results, out of flow execution etc, what is the clojure 
way of doing these optimizations ?

I ponder over that since one can call side-effecting-functions any where in 
clojure code, How is it possible to do all those optimizations that we talk 
about in case of FP ?

Thanks

-- 
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/d/optout.

Reply via email to