The Beauty of Pattern Matching in Elixir

The Beauty of Pattern Matching in Elixir (Screencast + Transcript)

One of the reasons I fell in :heart: with Elixir is pattern matching and how it can be extensively used all over the code. In this video we see pattern matching with tuples, lists and maps, a bit of control flow and recursion.

12 Likes

Thank you for sharing this. You have a nice mix of “Let me show you in really concrete terms what is happening” and “Let me show you how you would actually use this”. Particularly for beginners, it is very helpful.

2 Likes

thanks a lot :smiley:

1 Like