[racket] LINQ

From: Michael Wilber (gcr at sneakygcr.net)
Date: Sat Dec 13 23:06:42 EST 2014

Do you mean (map), (filter), and (cartesian-product)? Or more like some
simple DSL written on top of these primitives?

http://docs.racket-lang.org/unstable/list.html#%28def._%28%28lib._unstable%2Flist..rkt%29._cartesian-product%29%29

Sean Kanaley <skanaley at gmail.com> writes:
> Hello all,
>
> Does anybody know of a workable LINQ for Racket? I'm basically looking to
> run selects and joins on CSV files.
>
> If not, any roadblocks people have encountered toying with such a thing?
>
> Sean
> ____________________
>   Racket Users list:
>   http://lists.racket-lang.org/users

Posted on the users mailing list.