Do I have this right?  "Remembering"  Memoization!

For some applications, a lot of state does not to be saved, since
"initialization" functions can be called early, and these functions
will "remember" - (memoize) their results when called again, because
of lazy evaluation?
--
Regards,
Casey
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to