D 2015/2016 Vision?
ponce via Digitalmars-d
digitalmars-d at puremagic.com
Tue Oct 6 13:54:00 PDT 2015
On Tuesday, 6 October 2015 at 20:43:42 UTC, bitwise wrote:
>
> So, you're saying you want me to just revert back to manual
> resource management and accept that huge resources like
> textures and such may just leak if someone doesn't use them
> right? or throws an exception? in a language like D that is
> supposed to be safe?
>
Yes. It seems everyone has this epiphany at one point in their D
adventures.
D is similar to Java and C# in that regard, and more manual than
C++.
On the plus side, you get freedom from thinking about ownership
for the 30% or so of resources who only owns memory.
More information about the Digitalmars-d
mailing list