D3 - Programming in 3D
IGotD-
nise at nise.com
Mon Jun 15 10:42:16 UTC 2020
On Friday, 12 June 2020 at 20:35:03 UTC, angel wrote:
>
> 3. Reference counted memory management. It is predictable.
Which D supports today, but only explicitly.
If you want it built in today we would need two pointer types.
Raw pointers and pointers to fat pointer structures.
raw pointer -> whatever
fat pointer -> fat pointer structure -> whatever
It will a new language and we will call it "D Phat".
More information about the Digitalmars-d
mailing list