By tag: LambdaExpressions
0
kicks
Building Data Out Of Thin Air
A wild ride through theoretical implementations of Cons, Car and Cdr in Scheme, followed by implementations in C# 3.0 and VB 9. Guaranteed to stretch your mind.
0
kicks
Writing a DSL using nested lambda's in C# 3.0
An example of creating a nested DSL using C# 3.0's Lambda's, allowing for tree-like declarations to be coded in a more natural fashion.
0
kicks
The Case for Lambdas, part 2: Better Generic Type Inference
C# 3.0 Lambda expressions have distinct advantages over C# 2.0 anonymous methods. This article takes a look at how using lambda expressions can improve the compiler's type inference for generic methods.