Stories recently tagged with 'AnonymousRecursion'

Anonymous Recursion(wesnerm.blogs.com)

submitted by wesnermwesnerm(220) 5 years, 2 months ago

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. read more...

1 comment |category: |Views: 47

tags: another