On Sun, May 24, 2020, 3:43 PM Guido van Rossum <[email protected]> wrote:
> I’ve never been able to remember whether (f@g)(x) means f(g(x)) or > g(f(x)). That pretty much kills the idea for me. > Well, it means whichever one the designers decide it should mean. But obviously it's a thing to remember, and one that could sensibly go the other way. On the other hand, when I showed an example using filter() a couple days ago, I had to try it to remember whether the predicate or the iterable came first. Lots of such decisions are pretty arbitrary.
_______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/FWU4J4QKH3WDHQ6FZLMOXXQ35MA5MGU6/ Code of Conduct: http://python.org/psf/codeofconduct/
