On 2017-08-14 00:36, Steve D'Aprano wrote: > Python's comprehensions are inspired by Haskell's, but we made > different choices than they did: we make the fact that a > comprehension is a loop over values explicit, rather than implicit, > and we use words instead of cryptic symbols.
I keep wanting to like Haskell for some of the concepts & optimizations it can do, but the whole "words instead of cryptic symbols" readability thing keeps me coming back to Python. -tkc -- https://mail.python.org/mailman/listinfo/python-list