Plan for D

IGotD- nise at nise.com
Thu May 13 21:27:45 UTC 2021


On Thursday, 13 May 2021 at 20:57:13 UTC, dogman wrote:
>
> c. Will we ever make D as both a GC and non GC language. So 
> that it can be used across control plane, data plane, kernel. I 
> know betterC, but could we make it more easy and accessible 
> common public to able to use phobos. I know people say 95% is 
> done etc.
>

No, because D has painted itself into a corner. Not only between 
GC and manual memory management but also that you cannot swap GC 
types (any type of GC, like Nim can) because D treats all 
pointers the same. That might have some advantages but I would 
say that the disadvantage is huge.

Memory management wise, D is going nowhere as it seems.


More information about the Digitalmars-d mailing list