Hacker News new | ask | show | jobs
by pjmlp 1706 days ago
Until lambdas came to be, the workaround was to use anonymous classes, very few people would do a separate class.

And no lambdas are not implemented that way, rather they take advantage of invokedynamic.