Groxio Blog
all posts
/
courses
/
training
/
grox.io
← Back to all posts
Posts tagged with
Pattern Matching
1 post
Learning Elixir? Function Heads Are Chosen by Shape
Why Elixir Picks a Clause Before Any Code Runs
Elixir selects a function head by pattern matching the shape of your arguments, which is why the language feels declarative before you touch OTP.
Elixir
Pattern Matching
Functions
Functional Programming