www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - String Interpolation Poll

reply string interpolation <interpolate stri.ng> writes:
Hi everyone, if you could, please answer this poll about string 
interpolation:
https://www.strawpoll.me/17590116/

Thanks
Mar 11 2019
parent reply Seb <seb wilzba.ch> writes:
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.
Mar 11 2019
parent reply Rubn <where is.this> writes:
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?
Mar 11 2019
parent Basile B. <b2.temp gmx.com> writes:
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.
Mar 11 2019