|
|
|
|
|
by moleperson
1356 days ago
|
|
Even if Python used the anonymous function syntax proposed, people would still call them "lambdas". If you want to have aa keyword for this, you might as well name it after what most people are going to type into Google when searching for it. |
|
lambda: sub($x) {$x+1} decl sub{shift+1}(args) call
or ruby-like: {shift+1}->list