User talk:Srborlongan: Difference between revisions

From Rosetta Code
Content added Content deleted
 
Line 1: Line 1:
==Memoization in Y combinator==
==Memoization in Y combinator==
Memoization implies state is held in some variable somewhere. Y combinator should have no state variables at all. --[[User:Paddy3118|Paddy3118]] 11:41, 13 July 2012 (UTC)
Memoization implies state is held in some variable somewhere. Y combinator should have no state variables at all. --[[User:Paddy3118|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.
--[[User:Srborlongan|Srborlongan]] 12:24, 13 July 2012 (UTC)

Revision as of 12:24, 13 July 2012

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)