Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
EE84M3i
on July 9, 2021
|
parent
|
context
|
favorite
| on:
Functools – The Power of Higher-Order Functions in...
Personally, I mostly just avoid using map/filter and use a list/generator/set/dict comprehension as required. I don't find map(foo, bar) much easier to read than [foo(thingamajig) for thingamajig in bar]
robertlagrant
on July 9, 2021
[–]
Yes, this is I think why Guido wanted to get rid of map() syntax - he prefers comprehension syntax.
Consider applying for YC's Summer 2026 batch! Applications are open till May 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: