[Off-Topic] John Carmack's point of view on GC and languages like JavaScript

Walter Bright newshound2 at digitalmars.com
Mon Aug 15 07:42:32 UTC 2022


On 8/14/2022 12:29 AM, Tejas wrote:
> Isn't this already kinda there with `T*` and `ref T`? Let's just go even farther 
> and call `T*` unmanaged and `ref T` managed, imo

`ref` pointers have an additional property that they cannot escape their scope.


More information about the Digitalmars-d mailing list