Functional Programming

Do we actually need Methods in C# 3.0? We just need a powerful function type inference

The big milestone of C# 3.0 got me thinking, what can we do more to improve the language. After a lot of interesting discussions and debates I got with people...

0 replies - 621 views - 09/22/08 by Sadache in Articles

Linq : Folding Left, Right And The LINQ Aggregation Operator

A few days ago I blogged about Curry for Dummies, outlining one of the typical techniques employed in functional programming. What I didn't say back then is...

0 replies - 1571 views - 08/18/08 by bdesmet in News

Getting to Know Immutable Data Structures - Immutability and Concurrency – Part I

When asking the question how does functional programming help me with concurrent programming? The standard response tends to be functional programming use...

0 replies - 934 views - 05/20/08 by Robert Pickering in News