Hacker News new | ask | show | jobs
by nazcan 1039 days ago
Because you have to keep explicitly passing state between each callback, rather than just using the same context (which still has the ability to delete things if needed).
1 comments

State capture with lambdas is implicit, and only explicit if you want it to be.