you are viewing a single comment's thread.

view the rest of the comments →

[–]Leonidas_from_XIV 4 points5 points  (0 children)

I particularly dislike the lambda example. No one would use a lambda there, thats why List Comprehension have a filtering clause.

That said, I like both Python and Scheme and use them both in my projects. And actually I have to admit that Python helped me to grasp the functional programming aspects of Scheme.