Boxing function types

Neal Gafter neal at gafter.com
Sun Nov 29 15:44:13 PST 2009


On Thu, Nov 26, 2009 at 4:43 AM, Doug Lea <dl at cs.oswego.edu> wrote:

> ... there is a cluster
> of language features and underlying support
> for multicore-friendly parallel programming that
> you need to consider as a group, even if they are
> not all introduced as a group in a particular
> Java release. Including ... revising
> JLS exception rules to better deal with async
> failures ...
>

Doug-

I'd love to hear you expand on this.  I can't imagine what you might want to
change in the core language's exception checking rules.  I've done some
language design to support asynchrony, and it transposes to Java very nicely
assuming you have support for disjunctive types (exception transparency).

Cheers,
Neal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/closures-dev/attachments/20091129/26e7d680/attachment.html 


More information about the closures-dev mailing list