Cppfront : A new syntax for C++

Walter Bright newshound2 at digitalmars.com
Mon Sep 19 18:41:08 UTC 2022


On 9/19/2022 2:30 AM, Dukc wrote:
> I think you mean memory safe RAII and reference counting. DIP1000 enables 
> limited forms of those, but in practice one still tends to be stuck mostly with 
> the GC, static memory and the stack.

@live, which deals with memory allocation, is the step after DIP1000.



More information about the Digitalmars-d mailing list