Y
Hacker News
new
|
ask
|
show
|
jobs
by
klysm
1649 days ago
I want my sum types damnit. Nothing like writing a case match over a sum type instead of fighting inheritance.
1 comments
carlmr
1648 days ago
Yes, once I got to know sum-types with match destructuring in F#, every other programming language that doesn't have them feels inferior. It's just such a practical idiom.
link