Pattern matching in other languages

Afaik, no one outside Erlang-world can do binary pattern matching (which is really great if you need binary pattern matching).

Pattern matching is not an Elixir nor Erlang original.