You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
minlinq
About this tag
MinLINQ is a minimal, function-oriented reimplementation of LINQ to Objects, created by Bart De Smet. It distills the Standard Query Operators down to three essential functions: Ana, Bind, and Cata. All other operators are built on top of these primitives in a layered architecture. While the current implementation targets IEnumerable, the same approach can be applied to IObservable. This tag covers discussions and presentations about MinLINQ, its design philosophy, and its relationship to the broader LINQ framework. It is relevant for developers interested in functional programming, LINQ internals, and minimal API design in .NET.
As you must know by now, Erk Meijer and team spend time thinking about and discovering the Essence in things. One year ago today, Link Removed, MinLINQ, the essence of LINQ.
"Hey Bart, what is MinLINQ, exactly?"
"MinLINQ is an implementation of the LINQ to Objects Standard Query Operators...