A D vs. Rust example

Walter Bright newshound2 at digitalmars.com
Thu Oct 27 23:40:11 UTC 2022


On 10/25/2022 10:16 AM, Don Allen wrote:
> Not all GCs are stop-the-world. And, in my opinion, the negativity about garbage 
> collectors is exaggerated. There's an awful lot of software out there written in 
> gc-ed languages, e.g., Python, Go, Javascript, that we all use every day, even 
> on our phones, and that performs adequately or more than adequately.

The fact that D's GC is what enables advanced CTFE programming is often 
overlooked. It's a killer feature enabling a killer feature.

After all, whatcha gonna do with malloc/free in CTFE?


More information about the Digitalmars-d mailing list