String Interpolation Poll
Basile B.
b2.temp at gmx.com
Mon Mar 11 23:29:59 UTC 2019
On Monday, 11 March 2019 at 22:38:20 UTC, Rubn wrote:
> On Monday, 11 March 2019 at 22:19:37 UTC, Seb wrote:
>> On Monday, 11 March 2019 at 19:36:22 UTC, string interpolation
>> wrote:
>>> Hi everyone, if you could, please answer this poll about
>>> string interpolation:
>>> https://www.strawpoll.me/17590116/
>>>
>>> Thanks
>>
>> We already had a poll on it last year:
>>
>> https://rawgit.com/wilzbach/state-of-d/master/report.html
>>
>> After more built-in support for tuples and named arguments
>> it's the third most missed feature in D.
>
> Are there plans for built-in tuples? I know the comma operator
> was deprecated, but other than that has anything else been
> worked on?
There's a draft for a DIP that was somehow discussed in the past
:
https://github.com/tgehr/DIPs/blob/tuple-syntax/DIPs/DIP1xxx-tg.md
Note that tuples are already a thing as a compiler internal so in
a way it's more about the syntax for it, i.e it would not be a
feature starting from scratch.
More information about the Digitalmars-d
mailing list