<div class="gmail_quote">The idea of LINQ is that you write the expression directly in the language and it translates into a query expression. It's going to be operating on an expression parse tree, right? Rather than trying to change the allowable expressions maybe the question is to figure out how to translate what we have and find what we can't express with what we have (and that's an orthogonal question and has nothing to do with __xxx__ functions).</div>
<div class="gmail_quote"><br></div><div class="gmail_quote">On Tue, Jul 27, 2010 at 9:42 AM, Masklinn <span dir="ltr"><<a href="mailto:masklinn@masklinn.net">masklinn@masklinn.net</a>></span> wrote: <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">
</div>What about french quotes<br>
<br>
expr = «x + y * z»<br>
<div class="im"><br></div></blockquote></div><div><br></div><div>Isn't there are already a syntax for this?</div><div><br></div><div> expr = lambda: x + y * z</div><div><br></div><div>Maybe you want some conversion of that lambda into a different form:</div>
<div><br></div><div> expr = @ast lambda: x + y + z</div><div><br></div><div><br clear="all">--- Bruce<br><a href="http://www.vroospeak.com" target="_blank">http://www.vroospeak.com</a><br><a href="http://google-gruyere.appspot.com" target="_blank">http://google-gruyere.appspot.com</a><br>
</div>