Live data from Hacker News

Viewing profile — sc22

sc22

HN member
Joined
Sat, Nov 25, 2023, 1:50 PM UTC
HN karma
3
Public activity
2 items

About sc22

No profile information was provided.

Recent public activity

  1. comment
    Comment #40651524

    You _can_ write in Java that very interface you claimed could not be written. interface ThrowingRunnable { void run() throws E; } Only, hardly anybody writes it that way, so people…

  2. comment
    Comment #38413497

    Scala 3 has enums, which can also serve as ADts: https://docs.scala-lang.org/scala3/reference/enums/enums.htm...