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.