Future of memory management in D
H. S. Teoh
hsteoh at quickfur.ath.cx
Wed Nov 17 01:02:46 UTC 2021
On Wed, Nov 17, 2021 at 12:58:42AM +0000, zjh via Digitalmars-d wrote:
> On Wednesday, 17 November 2021 at 00:46:25 UTC, zjh wrote:
>
> > GC should be an option,not enforce on you.
>
> D is originally a `C like` language.
> If we can utilize the library of `C/C++`, what a big market ?
We already can. I have many projects that call C libraries (not so much
C++ because of incompatibilities between C++ and D templates), and it
works fine.
T
--
Today's society is one of specialization: as you grow, you learn more and more about less and less. Eventually, you know everything about nothing.
More information about the Digitalmars-d
mailing list