Hacker News new | ask | show | jobs
by gpderetta 1698 days ago
That's just a way to make them work in the existing ecosystem (in C++ lambdas for example are just function objects with overloaded operator()).

The final is to avoid some mistakes, but they are still effectively closures.