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

This is the single biggest thing I miss from Haskell when programming in other languages.

Pattern-matching and guards are crazy useful.

This would be the ultimate feature. Languages with dynamic dispatch would do well to implement this feature.