Viewing profile — OceanSpray
OceanSpray
HN member- Joined
- Sun, Oct 28, 2012, 9:02 PM UTC
- HN karma
- 5
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About OceanSpray
No profile information was provided.
Recent public activity
-
comment
Comment #29238341
Are you implying that sum types wouldn't be expressed in a function signature?
-
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.
-
comment
Comment #22459503
"It's impossible to reach absolute zero, so it's also impossible to drink chilled beverages."
-
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.