Hacker News new | ask | show | jobs
by jaaames 2985 days ago
Pattern matching is very common in ML languages and is a core part of Rust.

As another commenter said, it's like conditionals on steroids.