Viewing profile — sc22
sc22
HN member- Joined
- Sat, Nov 25, 2023, 1:50 PM UTC
- HN karma
- 3
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About sc22
No profile information was provided.
Recent public activity
-
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…
-
comment
Comment #38413497
Scala 3 has enums, which can also serve as ADts: https://docs.scala-lang.org/scala3/reference/enums/enums.htm...