(and scheme lisp) x Python and modern langs [was Re: gossip, Guy Steel, Lojban, Racket]

namekuseijin namekuseijin at gmail.com
Mon Sep 27 15:11:20 EDT 2010


On 27 set, 16:06, Xah Lee <xah... at gmail.com> wrote:
> 2010-09-27
>
> > For instance, this is far more convenient:
> > [x+1 for x in [1,2,3,4,5] if x%2==0]
> > than this:
> > map(lambda x:x+1,filter(lambda x:x%2==0,[1,2,3,4,5]))
>
> How about this:
[snip]

how about this:  read before replying.



More information about the Python-list mailing list