I want closures, but from what I've read of the proposal it doesn't seem very java-ish.
I think something that would keep java java-ish would be to allow anonymous inner classes to access non-final local variables - this my biggest problem with using anonymous inner classes to simulate closures.
They'd still be extremely verbose, but you can't have everything :) |