Hacker News new | ask | show | jobs
by zasdffaa 1313 days ago
Closures are implemented as objects under the skin, but that doesn't make them equivalent conceptually to me. I suppose it's down to syntax, after all if you ignore that you can have anything you like in assembler, but it won't feel very high level.
1 comments

Closures are a poor man’s objects. Objects are a poor man’s closures.
What's the "poor man's" stuff? Is there a better way I don't know of