Hardware-driven language design

Walter Bright newshound2 at digitalmars.com
Sun Jun 5 11:25:40 PDT 2011


On 6/5/2011 6:43 AM, bearophile wrote:
> In slide 31 it shows the syntax: void foo(Q @p) {...
>
> This means "use either CBV or CBR but reject the body of f if it does
> anything which can tell the difference" (Functions needing CBR or CBV can
> have it, but CBEWE allows late binding of physical distribution.)

D has this (auto ref parameters).


More information about the Digitalmars-d mailing list