Y
Hacker News
new
|
ask
|
show
|
jobs
by
juanefren
5698 days ago
As a non expert developer, I hate to see one-liners (using lambda expressions) when I am inspecting open source code.
So I would prefer they were not possible :)
1 comments
xiongchiamiov
5698 days ago
While one-liners are almost always bad, the lack of non-crippled anonymous functions is the one thing that really bothers me about Python. They don't /have/ to be on one line; see Ruby's each blocks, for instance.
link