What is 'Pattern Matching' in functional languages?
- by Roman
I'm reading about functional programming (in academic purpose) and I've noticed that Pattern Matching is mentioned in many articles as one of the core features of functional languages.
Can someone explain for a java/c++/javascript developer what does it mean?