More evidence that memory safety is the future for programming languages

Johan j at j.nl
Wed Apr 1 19:03:27 UTC 2020


On Tuesday, 31 March 2020 at 01:26:50 UTC, Walter Bright wrote:
> On 3/30/2020 12:25 PM, Johan wrote:
>> Clang has had this for a decade
>
> Do you mean RAII? RAII is only a partial solution. For example, 
> it is quite easy for an RAII object to leak a reference to its 
> internals, and then the RAII object gets deleted, but the 
> reference is still there.

I meant static analysis.


More information about the Digitalmars-d mailing list