Are there any connections between Haskell and LINQ?

前端 未结 4 1443
北海茫月
北海茫月 2020-12-24 03:01

I wrote some queries in C# using LINQ. After a while, I started using Haskell a little bit, which is a functional programming language (a not so popular one), and for me it

4条回答
  •  时光说笑
    2020-12-24 03:58

    It may be worthwhile to take a look at Erik Meijer Lecture. Here's the description for it.

    We kick off C9 Lectures with a journey into the world of Functional Programming with functional language purist and high priest of the lambda calculus, Dr. Erik Meijer (you can thank Erik for many of the functional constructs that have shown up in languages like C# and VB.NET. When you use LINQ, thank Erik in addition to Anders).

提交回复
热议问题