Feedback Thread: DIP 1036--Formatted String Tuple Literals--Community Review Round 1

12345swordy alexanderheistermann at gmail.com
Wed Sep 9 18:39:59 UTC 2020


On Tuesday, 8 September 2020 at 10:59:58 UTC, Mike Parker wrote:
> This is the feedback thread for the first round of Community 
> Review of DIP 1036, "Formatted String Tuple Literals".
>

The fear of the gc has negatively impact this DIP. Why does the 
average programmer have to call .idup when it comes frequent used 
feature in other languages? If speed is an issue then the 
solution is to optimized the gc, not avoid it entirely.

We shouldn't let c/c++ fear of the garbage collector  potential 
handicap new d features here.

-Alex


More information about the Digitalmars-d mailing list