[plt-scheme] Java Continuations!
"Anton van Straaten" <anton at appsolutions.com> writes:
> For list-related administrative tasks:
> http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
>> Now if they'd only implement lexical closures in java,
>> they'd really have something :-/
>
> You probably know that Java has lexical closures - in the form of
> (anonymous) inner classes - it's just that you need the patience of a bushel
> of saints to use them.
I believe they spell LAMBDA funny. Something like
"new Closure () { public Object Invoke (Object arg) {"