Moving back to .NET

ponce via Digitalmars-d digitalmars-d at puremagic.com
Wed Sep 23 04:54:08 PDT 2015


On Wednesday, 23 September 2015 at 10:03:28 UTC, Ola Fosheim 
Grøstad wrote:
>
> Another question is: what kind of competing solutions are 
> emerging. Herb Sutter seems to have focused his cppcon talk on 
> Rust style memory management in C++. The adoption of Rust does 
> force the C++ designers to switch gears and hopefully the 
> competition will create a push for better solutions.

Nitpick: "Rust style memory management" aka scoped ownership 
originated in C++ AFAIK, with auto_ptr and Boost containers of 
owned objects.

Rust enforces it but did not invent it.


More information about the Digitalmars-d mailing list