Hacker News new | ask | show | jobs
by leshow 2208 days ago
writing `lambda` must get really old
1 comments

I look at it as a reminder that there may be a more Pythonic way of doing whatever it is you are using all the lambdas for.
After typing it more times than I could really care for, I now see it as Python spiting people who have experience with functional programming.
Unfortunately, the 'Pythonic' way is terrible. The fact that the functional way is even worse really says something about the language.