<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, May 6, 2015 at 8:48 AM, Steven D'Aprano <span dir="ltr"><<a href="mailto:steve@pearwood.info" target="_blank">steve@pearwood.info</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Compared to asynchronous code, I would say function composition is<br>
trivial. Anyone who can learn the correspondence<br>
<br>
    (a @ b)(arg)  <=> a(b(arg))<br>
<br>
can deal with it.</blockquote><div><br></div><div>Personally, I can certainly "deal" with it, but it'll never come naturally to me. As soon as I see code like this I have to mentally pick it apart and rewrite it in the more familiar form before I understand what's going on.<br><br></div><div>Maybe if I needed this frequently I'd learn to fly with it, but I just don't see the need that often. I see things like f().g() much more often than f(g()).<br></div><div> </div></div>-- <br><div class="gmail_signature">--Guido van Rossum (<a href="http://python.org/~guido" target="_blank">python.org/~guido</a>)</div>
</div></div>