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

Elixir's multiple function heads are just syntax sugar for a case statement.