String Interpolation Compare - DIP1027 and YAIDIP

Imperatorn johan_forsberg_86 at hotmail.com
Sat Oct 21 18:37:28 UTC 2023


On Saturday, 21 October 2023 at 17:38:00 UTC, Paolo Invernizzi 
wrote:
> On Saturday, 21 October 2023 at 17:27:01 UTC, Walter Bright 
> wrote:
>> On 10/21/2023 7:20 AM, jmh530 wrote:
>>> [...]
>>
>> I know why. YAIDIP is not an actual specification for it. When 
>> Adam and Steven prepare a specification then I will look at it 
>> again.
>>
>> (For example, Steven mentions a { } syntax, which does not 
>> exist in YADIP.)
>
> So simply move the discussion on the implementation pull 
> request of YAIDIP [1]: no misunderstanding about what can and 
> can't do. It's the best way to grok it.
>
> https://github.com/dlang/dmd/pull/15715
>
> Discuss about the code, not about description of what the code 
> is supposed to do.
>
> /P

I think so too, or just provide a set of examples.

Like DIP x:
string s =<something>

DIP y:
string s = <something>

etc etc


More information about the Digitalmars-d mailing list