LINQ exists, to some degree, in the list comprehensions of Python and to a large degree in the for-comprehensions of Scala and many of the Monads of Haskell.
The monadic interfaces can get much more powerful, such as the Logic Monad in Haskell which embeds Prolog-like search.
The monadic interfaces can get much more powerful, such as the Logic Monad in Haskell which embeds Prolog-like search.