Viewing profile — jbgi
jbgi
HN member- Joined
- Sun, Oct 18, 2015, 3:45 PM UTC
- HN karma
- 6
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About jbgi
No profile information was provided.
Recent public activity
-
comment
Comment #14164178
It depends. Bare minimum, in scala you have to do: sealed trait Either[A, B] final case class Left[A, B](a: A) extends Either[A, B] final case class Right[A, B](b: B) extends Eithe…
- story
-
comment
Comment #10408525
Derive4J: a Java 8 annotation processor for deriving algebraic data types constructors, pattern matching and more!
- story