Y
Hacker News
new
|
ask
|
show
|
jobs
by
DanWaterworth
4734 days ago
> You're right that a closure only needs to contain the variables that are closed over.
You would think so, but this assumption fails in the presence of eval.
1 comments
bmm6o
4734 days ago
Sure, but that's the only exception, right? If there's no eval call in the function that requires the closure it's easily determined what variables don't need to be included, right?
link