Implementations (original) (raw)
Neal Gafter neal at gafter.com
Fri Mar 13 11:00:10 PDT 2009
- Previous message: Implementations
- Next message: Proposal: Block Expressions for Java
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Multicatch is implemented in the BGGA prototype (http://www.javac.info), but based on a different spec (by adding support for disjunction types). The main difference in practice is that the BGGA version does not require the catch parameter to be final.
-Neal
On Fri, Mar 13, 2009 at 9:57 AM, Edward Ribeiro <edward.ribeiro at gmail.com> wrote:
Hi,
Just out of curiosity, is any of these proposals already implemented so that we can play with it? I am appreciating the discussions, but a proof of concept would be really helpful. Cheers, Ed
- Previous message: Implementations
- Next message: Proposal: Block Expressions for Java
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]