On Wednesday, 14 October 2015 at 16:12:59 UTC, Kagamin wrote:
On Monday, 12 October 2015 at 09:01:54 UTC, Ola Fosheim Grøstad
wrote:
You don't have to, you can use a region allocator.
I wrote one and use it in my code for everything. I guess the
conclusion is that C++ programmers used to C++ way of resource
management and don't want to change their habits. But if D is
going to support all C++ idioms... hmm...
Yeah, well, not even sure what C++ idioms are? The ones that a
sold on slides at CppCon, or the ones we find at Github? :-)
The tricky bit is that D going to support interfacing with C++,
that kind of locks D to C++'s memory model...