|
|
|
|
|
by sillysaurus3
3724 days ago
|
|
The reason lambdas are powerful -- one of the only reasons -- is because it's a closure. The fact that you can reference variables outside of the function is the power, not whether it has a name. A label is just a convenience. (Or in this case, an inconvenience.) If my understanding is flawed, I'd like it to be corrected, though. |
|