Remix.run Logo
worldsayshi a year ago

The one language feature that I miss in most languages is pattern matching. I wonder if there's any minimalistic language that implements pattern matching well?

guappa a year ago | parent [-]

haskell?

worldsayshi a year ago | parent [-]

Minimalistic?

I suppose you mean haskell without extensions.