memoizing fixed-point combinator

If you convert a recursive function to fixed-point with a Y-combinator, you can then add memoization to the combinator.

Source: Memoizing recursive functions via the fixed-point Y combinator: Applying functional programming techniques to Javascript

added 2012-03-15T15:49:56Z by anders

Tags: programming computer science combinators memoization