←Older revision | Revision as of 17:29, 15 September 2014 | ||
Line 15: | Line 15: | ||
</source> | </source> | ||
- | My experience from implementing lambdas in [[Bck2Brwsr]] [[VM]] was so horrible that [[I]] had to express my hate of [[invokeDynamic]] in a [[InvokeDynamic|dedicated essay]]. Such instruction should have never be added into the [[JVM]] specification! | + | My experience from implementing lambdas in [[Bck2Brwsr]] [[VM]] was so horrible that [[I]] had to express my hate of [[invokeDynamic]] in a [[InvokeDynamic|dedicated essay]]. Such instruction should have never be added into the [[JVM]] specification! See the ''Lambdas Go [[Bck2Brwsr]]'' video: |
+ | |||
+ | {{#ev:youtube|ATp7WgUCIbU}} | ||
Support for [[JDK]]8 defender and interface static methods. In the following example the method '''defaultValue''' properly returns ''42'' in [[Bck2Brwsr 0.10]]: | Support for [[JDK]]8 defender and interface static methods. In the following example the method '''defaultValue''' properly returns ''42'' in [[Bck2Brwsr 0.10]]: | ||
Line 44: | Line 46: | ||
} | } | ||
</source> | </source> | ||
+ | |||
+ | |||
+ | [[Category:Video]] |