By mswatcher
via codebetter.com
Published: Jun 18 2008 / 07:03
In the last installment of Functional C#, I covered a bit about creating delayed evaluation lists based upon unfolding constructs and generating lists from external resources. Those are some of the higher level high order functions you can do in C#, but let's look at a few more, plus those that are already available to us in .NET 3.5. We'll take samples from F# and show that some of them already exist in the base class libraries and you can use them today without having to reinvent any wheels.
SaveShareSend
Tags: other languages
Add your comment