Live data from Hacker News

Viewing profile — jbgi

jbgi

HN member
Joined
Sun, Oct 18, 2015, 3:45 PM UTC
HN karma
6
Public activity
4 items

About jbgi

No profile information was provided.

Recent public activity

  1. 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…

  2. story
  3. comment
    Comment #10408525

    Derive4J: a Java 8 annotation processor for deriving algebraic data types constructors, pattern matching and more!

  4. story