Lambda and JSR 292 method handle

Mark Mahieu markmahieu at googlemail.com
Thu Dec 17 16:09:35 PST 2009


On 17 Dec 2009, at 15:23, Rémi Forax wrote:
> 
> 3) Who is in charge of creating interfaces representing function types ?
>    Currently the BGGA compiler creates these interfaces when needed at 
> compile time.
>    This solution is not feasible if you have jars or modules,
>    it generates double definitions and conflicts.
>    I haven't seen any serious proposal to resolve that problem.
> 

I believe the idea was that, in a production-quality implementation, those interfaces would be synthesised when needed by the runtime.

Mark




More information about the lambda-dev mailing list