Ask HN: Most expressive pattern matching language

1 points by ankurdhama ↗ HN
Which language have you learned and used that has the most expressive pattern matching constructs?

2 comments

[ 1.8 ms ] story [ 10.3 ms ] thread
From the ones I've used I would say Haskell. I like Elixir too, but Haskell is typed so I guess it makes it more "expressive" (or "safe", not sure what's the right term here).