Reference Counting and Static Checker

Meta via Digitalmars-d digitalmars-d at puremagic.com
Tue Dec 2 13:01:57 PST 2014


On Tuesday, 2 December 2014 at 14:41:20 UTC, Suminda Dharmasena 
wrote:
> Great. What about Rust like static memory safety analysis. (But 
> transparent to the user.)

I wouldn't say Rust's method of statically checked memory safety 
is exactly transparent. You have to do some weird contortions to 
express many common idioms, or your code won't compile.


More information about the Digitalmars-d mailing list