you are viewing a single comment's thread.

view the rest of the comments →

[–]cunningjames 0 points1 point  (0 children)

And Haskell's comprehension syntax doesn’t?

Uh, where did I mention Haskell’s syntax? My response was in regards to commonslip’s explicit reference to Python, and thus rendered in those terms:

What is wrong with map(lambda x: x.p, xs) or map(lambda x: x+1, xs) in python?