On Sun, 20 Mar 2005 02:41:54 +0900, Laurent Sansonetti <laurent.sansonetti / gmail.com> wrote: > On Sun, 20 Mar 2005 02:35:50 +0900, Navindra Umanee > <navindra / cs.mcgill.ca> wrote: > > Christian Neukirchen <chneukirchen / gmail.com> wrote: > > > Yeah, but Python 3000 won't have lisp stuff anymore, didn't you read > > > that? > > > > Can you expand on this? > > > > http://www.artima.com/weblogs/viewpost.jsp?thread=98196 > > But who cares? :-) From that article: "filter(P, S) is almost always written clearer as [x for x in S if P(x)]" Wow. He and I clearly have different views of "clear".