Why not use juxtaposition to indicate function application

Ray Song emacsray at gmail.com
Fri Mar 16 08:45:15 EDT 2012


I confess i've indulged in Haskell and found
    f a
more readable than
    f(a)

And why aren't functions curried (partially applied function is another function which takes the rest arguments) by default?


Thanks in advance for any suggestions.

--
Ray



More information about the Python-list mailing list