[plt-scheme] Java Continuations!

From: Joe Marshall (jrm at ccs.neu.edu)
Date: Thu May 27 09:35:47 EDT 2004

"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) {"



Posted on the users mailing list.