[IronPython] LINQ from IronPython

Keith J. Farmer kfarmer at thuban.org
Tue Dec 22 21:55:03 CET 2009


Don't forget the ones in VB that C# devs would kill for.  Like Distinct :)

-----Original Message-----
From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of Jeff Hardy
Sent: Tuesday, December 22, 2009 11:51 AM
To: dody at nomadlife.org; Discussion of IronPython
Subject: Re: [IronPython] LINQ from IronPython

On Tue, Dec 22, 2009 at 10:11 AM, Dody Gunawinata
<empirebuilder at gmail.com> wrote:
> I am not well averse with generator expression, but I think it will have
> problem supporting the 9 keywords in LINQ Query Comprehension Syntax so
> sticking to extension methods would make more sense.

I wouldn't expect support for the whole whack of operators - just the
ones that make sense using the syntax for generator expressions. Most
of the queries I do are just filtering a set, which genexps are
perfectly suited for, and it would be nice if using a genexp on an
entity framework set could be executed in the database instead of on
the client.

All that said, it would just be syntax sugar over the extension
methods in the same way that C#'s query expressions are.

- Jeff
_______________________________________________
Users mailing list
Users at lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com


More information about the Ironpython-users mailing list