Discussion Thread: DIP 1036--String Interpolation Tuple Literals--Community Review Round 2

Meta jared771 at gmail.com
Thu Feb 4 17:04:20 UTC 2021


On Thursday, 4 February 2021 at 16:27:32 UTC, Adam D. Ruppe wrote:
> On Thursday, 4 February 2021 at 16:15:03 UTC, Meta wrote:
>> I 100% agree with this. Reading over the thread, it seems 
>> clear that we're trying to pessimize the most common use case
>
> How often do you just create a string and not actually do 
> anything with it?
>
> I'm very skeptical most this stuff will actually matter in 
> practice since most cases will be used in function calls.

Your response confuses me a bit, so can you define "not actually 
do anything with it"? You'd do all the normal things you do with 
strings. Print them, parse them, replace sequences, etc.


More information about the Digitalmars-d mailing list