You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@river.apache.org by Peter Firmstone <ji...@zeus.net.au> on 2014/05/12 17:19:38 UTC

Distributed Lambda Expressions

I found this an interesting article about using ASM to wrap lambda 
methods for Java 7:

http://mkto-o0074.com/846PMW8340000HX00h0J900

My thoughts are that it's possible to parse lambda expressions, 
serialize them and capture any arguments, verify the lambda expression 
during unmarshalling then dynamically create a class remotely, while 
remaining compliant with the lambda spec.

Cheers,

Peter.