DEV Community

Discussion on: Pattern Matching in Elixir

Collapse
 
rhymes profile image
rhymes

Love this feature, thanks for the article!

Apparently someone is trying to get pattern matching into JavaScript as well: github.com/tc39/proposal-pattern-m... (they mention Elixir as one of the inspirations)

Collapse
 
ktravers profile image
Kate Travers

nice! i just saw this pop up in Ruby Weekly this week too: bugs.ruby-lang.org/issues/14709

pattern matching is so hot right now, who knew?

Collapse
 
rhymes profile image
rhymes

The advantages of declarative programming over imperative ;-)