Y
Hacker News
new
|
ask
|
show
|
jobs
by
kaonashi
4148 days ago
With destructuring and tco, the only thing its really missing is pattern matching on multiple function bodies.
2 comments
jarcane
4148 days ago
This is the single biggest thing I miss from Haskell when programming in other languages.
Pattern-matching and guards are crazy useful.
link
kxo
4148 days ago
This would be the ultimate feature. Languages with dynamic dispatch would do well to implement this feature.
link
Pattern-matching and guards are crazy useful.