Hacker News new | past | comments | ask | show | jobs | submit login

If the language supports closures which capture variables from their surrounding environment, there's no way around using "the closure itself" as your data object. After all, "the user" is not expected to "know" what any given closure is capturing from the environment; part of the point of closures is implementing a sort of information hiding.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: