Lambda and JSR 292 method handle
Rémi Forax
forax at univ-mlv.fr
Thu Dec 17 16:27:28 PST 2009
Le 18/12/2009 01:09, Mark Mahieu a écrit :
>
> 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
>
>
This will require to modify the VM or is there a trick ?
Rémi
More information about the lambda-dev
mailing list