On Tue, Apr 17, 2012 at 10:13 PM, Rémi Forax <fo...@univ-mlv.fr> wrote:
> Other tricks :
>  - before/after (AOP)
>    - memoization
>      https://code.google.com/p/jsr292-cookbook/
>  - visitor
>    it's a specific case of multi-dispatch but the VM will be able to inline
>    the caller and the callee something which is really hard to have
>    with the double-dispatch pattern.
>  - named parameters
>    bootstrap + permuteArguments
>
>  http://weblogs.java.net/blog/forax/archive/2011/01/21/jsr-292-goodness-named-parameters
>  - almost static final field
>
>  http://weblogs.java.net/blog/forax/archive/2011/12/17/jsr-292-goodness-almost-static-final-field
>  - coverage tools using invokedynamic
>
>  http://weblogs.java.net/blog/forax/archive/2011/02/12/jsr-292-goodness-fast-code-coverage-tool-less-10k

Oh, very nice selection. I'll try to include some of them as appropriate.

- Charlie

-- 
You received this message because you are subscribed to the Google Groups "JVM 
Languages" group.
To post to this group, send email to jvm-languages@googlegroups.com.
To unsubscribe from this group, send email to 
jvm-languages+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/jvm-languages?hl=en.

Reply via email to