Discussion Thread: DIP 1036--Formatted String Tuple Literals--Community Review Round 1

Adam D. Ruppe destructionator at gmail.com
Fri Sep 11 22:28:17 UTC 2020


On Friday, 11 September 2020 at 22:04:43 UTC, claptrap wrote:
> "Is it easy to explain to newbies?"

I've personally answered ~18% of all D questions on Stack 
Overflow and while I don't have easily-accessible metrics for the 
other D help channels, it is likely a similar proportion.

I'm keenly aware that there might be explanations to new users, 
and I know I'm probably going to be answering about 1/6th of them 
myself.

Just like I frequently explain why `int[] a = [1,2].map!(a => 
a*2);` doesn't compile. There's a reason for that, so it is a 
chance for them to learn something new. Or they can just slap 
`.array` on it and move on. But if they are willing to learn 
something new, D opens up a whole new world of possibilities.


More information about the Digitalmars-d mailing list