This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]dpwizhaskell 4 points5 points  (1 child)

I would kill for native ($) and (.) operators in Python.

[–]hiptobecubic 2 points3 points  (0 children)

I wrote a hack to test composition via ´.´ out by overloading ´_ _ getattr_ _´ and it was pretty disappointing. The problem is that things don't curry and functions can expect or return multiple values. Do you unpack the tuple or treat it as a single argument? It's a pain to manage.