Live data from Hacker News

Viewing profile — gregsn

gregsn

HN member
Joined
Thu, Apr 02, 2020, 1:59 PM UTC
HN karma
1
Public activity
1 items

About gregsn

No profile information was provided.

Recent public activity

  1. comment
    Comment #41211438

    regarding ad hoc unions the article mentions this: Siamese pet = ...; (Cat or Chihuahua) mostlyCats = pet; Dog dog = (Dog)mostlyCats; Note: This works for implemented interfaces to…