User talk:Srborlongan

From Rosetta Code
Revision as of 15:57, 13 July 2012 by rosettacode>Paddy3118 (Ta!)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Memoization in Y combinator

Memoization implies state is held in some variable somewhere. Y combinator should have no state variables at all. --Paddy3118 11:41, 13 July 2012 (UTC)

I have eviscerated all traces of memoization in the code. Only the Y combinator and the necessary functions to use it remain. --Srborlongan 12:24, 13 July 2012 (UTC)

Thanks :-)
--Paddy3118 15:57, 13 July 2012 (UTC)