@live questions

Dibyendu Majumdar mobile at majumdar.org.uk
Sun Nov 22 20:36:51 UTC 2020


On Sunday, 22 November 2020 at 20:33:25 UTC, Dibyendu Majumdar 
wrote:

>
> Rust is different because it really goes to the extreme to 
> allow complete object graphs to be memory safe.

Actually this statement is incorrect. I meant to say that Rust 
goes to the extreme to ensure that at compile time it can 
determine whether an object graph is memory safe. It tries to 
guarantee that if you can compile it then it is safe (I am 
excluding unsafe constructs here).



More information about the Digitalmars-d mailing list