Alternatives to Closures (java)
Gafter and Gosling themselves have written a proposal to add closures to java7. If it happends, I’m switching to something else. That proposal makes Java a lot like Python. Except, of course, Python is a lot better at being pythonesque than java ever will be. duh. Here’s an example straight from the closure proposal: int(int) [...]