Y
Hacker News
new
|
ask
|
show
|
jobs
by
sergiotapia
2985 days ago
I wonder if they can make it behave like Elixir's pattern matching. Multiple functions with different params, same name.
1 comments
lightbyte
2985 days ago
Elixir's multiple function heads are just syntax sugar for a case statement.
link