Hello, I am Karthikeyan A K, a software architect, and these writings are my experiments with Clojure. Contact me @ +91 8428050777 for Clojure consulation in weekends.
;; what_really_happens_in_momoize.clj(defreturn-num(memoize(fn[num](println"in return("num")")num)))(return-num52);; excute more than once(return-num42);; excute more than once