Dlang seems like java now,but why not let d more like C# Style?

Kagamin via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Mar 17 03:07:17 PDT 2015


On Monday, 16 March 2015 at 13:24:28 UTC, Idan Arye wrote:
> I don't think the problem is the lack of pattern matching. I 
> think the problem is that by forcing the query syntax into 
> lambda expression syntax, you obfuscate the syntax tree without 
> really gaining any value.

Where takes a delegate because that's how it works: 
https://msdn.microsoft.com/en-us/library/vstudio/system.linq.enumerable.where.aspx


More information about the Digitalmars-d-learn mailing list