[Python-Dev] PEP 572: Write vs Read, Understand and Control Flow (original) (raw)
Christian Tismer tismer at stackless.com
Wed Jul 4 05:15:27 EDT 2018
- Previous message (by thread): [Python-Dev] Examples for PEP 572
- Next message (by thread): [Python-Dev] PEP 572: Write vs Read, Understand and Control Flow
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 25.04.18 05:43, Steven D'Aprano wrote:
On Tue, Apr 24, 2018 at 08:10:49PM -0500, Tim Peters wrote:
Binding expressions are debugger-friendly in that they don't just vanish without a trace. It's their purpose to capture the values of the expressions they name. Indeed, you may want to add them all over the place inside expressions, never intending to use the names, just so that you can see otherwise-ephemeral intra-expression results in your debugger ;-) That's a fantastic point and I'm surprised nobody has thought of it until now (that I've seen). Chris, if you're still reading this and aren't yet heartedly sick and tired of the PEP wink this ought to go in as another motivating point.
Yay, that's like a dream, really fantastic.
So sorry that I was way too deep in development in spring and did not read earlier about that PEP.
I was actually a bit reluctant about "yet another way to prove Python no longer simple" and now even that Pascal-ish look! :-)
But this argument has completely sold me. Marvellous!
-- Christian Tismer-Sperling :^) tismer at stackless.com Software Consulting : http://www.stackless.com/ Karl-Liebknecht-Str. 121 : http://pyside.org 14482 Potsdam : GPG key -> 0xE7301150FB7BEE0E phone +49 173 24 18 776 fax +49 (30) 700143-0023
-------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 496 bytes Desc: OpenPGP digital signature URL: <http://mail.python.org/pipermail/python-dev/attachments/20180704/da1e56fa/attachment.sig>
- Previous message (by thread): [Python-Dev] Examples for PEP 572
- Next message (by thread): [Python-Dev] PEP 572: Write vs Read, Understand and Control Flow
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]