June 4, 2021
9:07 p.m.
Am Fr., 4. Juni 2021 um 19:20 Uhr schrieb Guido van Rossum <guido@python.org
:
PEP 501 is unlikely to be accepted *as is*. But it’s still a good starting point.
OK, before starting a new project, it maybe makes sense to finish the first. Why not reject PEP-501 officially? Maybe with a reason. Then we know what's wrong with it. After that is done, we can think about a new start. What do you think?
Personally I would look for inspiration towards JavaScript template literals (
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_l...), combined with f-string-like interpolation.
I personally really would like to avoid the dollar sign which gets used in JS template literals. Regards, Thomas Güttler