DIP 50 - AST macros

Jacob Carlborg doob at me.com
Wed Nov 13 00:32:51 PST 2013


On 2013-11-12 21:25, Dicebot wrote:

> I had an impression it was exactly the context in which linq was
> originally mentioned, no idea why discussion has moved from that to
> expressing DSL's (which is not really a problem in D) :)

My example is a DSL:

Person.where(e => e.name == "John");

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list