Hacker News new | ask | show | jobs
by deepsun 212 days ago
Exactly, that's why I disagree with parent's comment:

> If there's anything that is not an object, it's a function!

1 comments

Functions aren't closures. To be a closure it needs to be a function paired with an environment. Functions do not inherently carry their environment with them.