DIP 50 - AST macros

Jacob Carlborg doob at me.com
Mon Nov 18 13:09:25 PST 2013


On 2013-11-18 16:59, Dicebot wrote:

> Anything that allows it routinely should be banned whenever macros are
> accepted or not. Modifying existing "normal" symbols = no way.

The whole point of macros is to modify symbols. Turning this:

auto p = Person.where(q => q.name == "John");

To an SQL query.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list