Re: Pattern matching is not a big deal???
One of my favorite things about Erlang is the pervasive use of pattern matching. It is even built into the function dispatch mechanism, much more powerfully than the 'signature matching' in C++.
One of my favorite things about Erlang is the pervasive use of pattern matching. It is even built into the function dispatch mechanism, much more powerfully than the 'signature matching' in C++.