DIP 1027--String Interpolation--Final Review Feedback Thread

Walter Bright newshound2 at digitalmars.com
Mon Feb 3 08:01:56 UTC 2020


The DIP is carefully designed to not need to know anything about format strings.

It's true that many C/C++ compilers have an extension which checks the types of 
the arguments against the format string, but this is an extension and is not 
part of the core language.

D can (and probably should) add such an extension, but it would be orthogonal to 
this DIP and should be addressed separately.


More information about the Digitalmars-d mailing list