Live data from Hacker News

Viewing profile — OceanSpray

OceanSpray

HN member
Joined
Sun, Oct 28, 2012, 9:02 PM UTC
HN karma
5
Public activity
4 items

About OceanSpray

No profile information was provided.

Recent public activity

  1. comment
    Comment #29238341

    Are you implying that sum types wouldn't be expressed in a function signature?

  2. comment
    Comment #23559490

    Without generics, sum types would have to be a built-in like maps and arrays. With generics, discriminated unions can take on all sorts of user-defined shapes.

  3. comment
    Comment #22459503

    "It's impossible to reach absolute zero, so it's also impossible to drink chilled beverages."

  4. comment
    Comment #4710014

    The issue is actually impossible to fix without overhauling the entire language. It's impossible to garbage collect unboxed objects without being conservative.