By wesnerm
via wesnerm.blogs.com
Published: Mar 08 2007 / 12:41
Anonymous recursion for lambda expressions and anonymous delegates in C# can be implemented using an implementation of the Y Combinator as well as a more efficient procedural approach with assignment. This article also explains how the use of the technique for representation lambda expressions renditions of values changed by loops in the static analysis tool, NStatic.
Add your comment