Python style.

Michael Hudson mwh21 at cam.ac.uk
Thu May 11 13:25:47 EDT 2000


Andrew Cooke <andrew at andrewcooke.free-online.co.uk> writes:

> In article <8feioj$fei$1 at nyheter.chalmers.se>,
>   d98aron at dtek.chalmers.se (Fredrik Aronsson) wrote:
> > Well, using Haskells syntax, I would suggest
> > map((\a,b,c -> a+b+c), p,q,r)
> 
> what's that funny backslash for?

It's the closest character in shape to lambda in ASCII.  Insufferably
cute?  Yes, but that's Haskell for you...

Cheers,
M.

-- 
  I saw `cout' being shifted "Hello world" times to the left and
  stopped right there.
                                                    -- Steve Gonedes



More information about the Python-list mailing list