Interpolated strings

bitwise via Digitalmars-d digitalmars-d at puremagic.com
Fri Apr 21 10:35:59 PDT 2017


On Friday, 21 April 2017 at 12:45:39 UTC, Gary Willoughby wrote:
>
> Go and Rust are both smashing D in popularity and user share, 
> maybe we could learn why that's the case.

Can't rely on RAII, can't rely on GC.
This is the single biggest problem to me.

GC performs slowly, and RAII is inconsistent(no default ctors, 
can be nested in GC objects, etc..)




More information about the Digitalmars-d mailing list