Live data from Hacker News

Viewing profile — _death_dude_

_death_dude_

HN member
Joined
Sun, Jan 03, 2016, 5:06 PM UTC
HN karma
1
Public activity
2 items

About _death_dude_

No profile information was provided.

Recent public activity

  1. comment
    Comment #10831875

    No, invokedynamic is not mandatory for lambda. It's a proposed translation, which has the advantage to make lambdas that do not capture values to be seen as constant by the VM. But…

  2. comment
    Comment #10831299

    "Java 8 was SUPPOSED to an even bigger shift than Java 5" No, it's not, Java 8 is mostly lambdas and unlike generics which requires coordinate effort between the client side and th…