Hacker News new | ask | show | jobs
by synergy20 1401 days ago
Thought it's about regex matching for switch-case, turns out it's very different, interesting though, is this an idea borrowed from Rust? Not sure if I'm going to use it or not.
1 comments

Pattern matching has quite a long history[1]; it's been around in some form since 1957. It's been enjoying a bit of a renaissance lately; I suspect that's a result of Haskell's popularity but I don't really know.

[1] https://en.wikipedia.org/wiki/Pattern_matching

Not a CS major, thanks for the link!