DIP 1027---String Interpolation---Community Review Round 1

Adam D. Ruppe destructionator at gmail.com
Wed Dec 11 13:43:48 UTC 2019


On Wednesday, 11 December 2019 at 11:21:08 UTC, Ola Fosheim 
Grøstad wrote:
> Agree. Your suggestion is much more in line with 
> metaprogramming and offers the right flexibility.

But then it is impossible to tell which parts were in the string 
literal and which parts are outside data.

If you are going to do the tuple thing it absolutely must put a 
string in every other slot so this can be predicted.

Walter's proposal at least separates them cleanly.


More information about the Digitalmars-d mailing list