Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
LINQ Expression Trees
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Andrew Davey  
View profile  
 More options Jul 21 2008, 11:42 am
From: Andrew Davey <a.j.da...@gmail.com>
Date: Mon, 21 Jul 2008 08:42:29 -0700 (PDT)
Local: Mon, Jul 21 2008 11:42 am
Subject: LINQ Expression Trees
Is anyone working on support for LINQ expression trees in Nemerle? By
this I mean converting lambda expressions into an Expression object
tree.

I assume some kind of macro could surfice in the short term. But it
would be nice to have syntactic parity with C# 3.

Not having full LINQ syntax in Nemerle is bearable when we can still
pass expression trees to the Queryable<T> extensions methods.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
VladD2  
View profile  
 More options Jul 21 2008, 1:56 pm
From: VladD2 <v...@rsdn.ru>
Date: Mon, 21 Jul 2008 10:56:27 -0700 (PDT)
Local: Mon, Jul 21 2008 1:56 pm
Subject: Re: LINQ Expression Trees
On Jul 21, 7:42 pm, Andrew Davey <a.j.da...@gmail.com> wrote:

> Is anyone working on support for LINQ expression trees in Nemerle? By
> this I mean converting lambda expressions into an Expression object
> tree.

> I assume some kind of macro could surfice in the short term. But it
> would be nice to have syntactic parity with C# 3.

> Not having full LINQ syntax in Nemerle is bearable when we can still
> pass expression trees to the Queryable<T> extensions methods.

ie (it's nickname) work on macro which convention Nemerle PExpr to
Expression trees nearly year ago.
This archive containers tesult of this work:
http://files.rsdn.ru/73/NemerleLinqSupport.zip

We planed add full support of LINQ, but we have two problem:
1. There is a lot of work on the compiler and VS Integation.
2. Nemerle macros can't support syntax extension needed for full
support LINQ sintax. We suggested to extend Nemerle macros with lexer
macros (low level macros), but have not found moral support from
language autors.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Andrew Davey  
View profile  
 More options Jul 21 2008, 6:30 pm
From: Andrew Davey <a.j.da...@gmail.com>
Date: Mon, 21 Jul 2008 15:30:38 -0700 (PDT)
Local: Mon, Jul 21 2008 6:30 pm
Subject: Re: LINQ Expression Trees
Excellent! Thank you very much. I'm happy to use extension methods on
IQueryable for now anyway.

On Jul 21, 6:56 pm, VladD2 <v...@rsdn.ru> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
NN  
View profile  
 More options Mar 8 2011, 4:26 am
From: NN <nn1436...@gmail.com>
Date: Tue, 8 Mar 2011 01:26:08 -0800 (PST)
Local: Tues, Mar 8 2011 4:26 am
Subject: Re: LINQ Expression Trees

Nemerle has full support for Linq syntax.
You just need Nemerle.Linq assembly.

P.S.
Post resurrection, but maybe someone thinks that Nemerle doesn't have
support for Linq. :)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »