My Long Term Vision for the D programming language

rikki cattermole rikki at cattermole.co.nz
Fri Nov 19 12:45:45 UTC 2021


On 20/11/2021 1:34 AM, Ola Fosheim Grøstad wrote:
> Anyway, I am in favour of ARC for shared and local GC with actors for 
> non-shared. I think that model fits well with most D users expect and 
> also where hardware is heading.

I'm more in favor of ARC completely. Tie it into scope, and the compiler 
can elide the calls. Add an operator overload so that you can get a 
non-scope reference to memory and it might be a very nice situation for us.


More information about the Digitalmars-d mailing list