Y
Hacker News
new
|
ask
|
show
|
jobs
by
gugagore
1935 days ago
Is an "opaque closure" a kind of closure, or do you mean that the alternative to using closures is less opaque?
1 comments
dustingetz
1935 days ago
I mean once you have a function object instance, you've lost the source code, you can't know anything about what it does (beyond the type) except what you can glean by running it.
link