Garbage Collection for Systems Programmers

Adam Wilson flyboynw at gmail.com
Sat Apr 6 01:55:47 UTC 2024


On Saturday, 6 April 2024 at 01:31:33 UTC, zjh wrote:
> On Sunday, 31 March 2024 at 14:22:43 UTC, Adam wrote:
>
>> [1]: https://bitbashing.io/gc-for-systems-programmers.html
>
>
> I think if you like `GC`, you can try `openD`, which is pure 
> `GC`.
> As for `D`, if it's purely `GC`, why don't others use `Rust`? 
> Are you prepared to completely abandon for `system scope`?.

Because it's not purely GC, nor is it intended to go that 
direction. I use the no-GC features occasionally, I don't need a 
pure-GC language. Just need a GC that doesn't suck compared to 
C#/Java.


More information about the Digitalmars-d mailing list