What is a 'Pattern Matching' in functional languages?

Posted by Roman on Stack Overflow See other posts from Stack Overflow or by Roman
Published on 2010-03-23T17:57:36Z Indexed on 2010/03/23 18:03 UTC
Read the original article Hit count: 470

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?

© Stack Overflow or respective owner

Related posts about pattern-matching

Related posts about functional-programming