Beyond the Monad fashion: Writing idioms in LINQ

added by tomasp
3/10/2011 8:15:18 AM

312 Views

Everyone tells you that LINQ is a monad, but LINQ can be used to enocde other types of computations too. This article demonstrates that you can use LINQ to program using idioms, which are in some ways more useful than monads.


0 comments