8 Apr
2014
8 Apr
'14
11:52 p.m.
On Wed, Apr 9, 2014 at 1:33 PM, Guido van Rossum <guido@python.org> wrote:
The question is academic. Regardless of which answer you choose that is not going to happen.
On Tue, Apr 8, 2014 at 11:30 PM, Chris Angelico <rosuav@gmail.com> wrote:
Is "a @ b" equivalent to "lambda x: a(b(x))" or to "lambda x: b(a(x))"? Is there a sufficiently-obvious way to make it clear that the one on the right gets called first?
Well there you go, that settles it :) ChrisA