Y
Hacker News
new
|
ask
|
show
|
jobs
by
wyufro
1467 days ago
In languages with closures it would be easy to set a variable to the lambda while that same variable is also captured by the lambda. In fact, this seems to happen once in a while in Go, since closures are always lambdas.