Functional programming in Python

Ketil Malde ketil@ii.uib.no
20 May 2001 22:03:59 +0200


"Manuel M. T. Chakravarty" <chak@cse.unsw.edu.au> writes:

> You want to be able to write

>   f 1 2 + g 3 4

> instead of

>   (f 1 2) + (g 3 4)

I do?  Personally, I find it a bit confusing, and I still often get it
wrong on the first attempt.  The good thing is that the rule is simple
to remember. :-)

-kzm
-- 
If I haven't seen further, it is by standing in the footprints of giants