Hacker News new | ask | show | jobs
by wjsetzer 2433 days ago
I would love to use elm. For me, it needs more in the standard library, but this is the language that has an unzip function and removed the zip function.
1 comments

I mean yes they don't have an explicit function that does exactly zip anymore, but that's because it's been generalized into (IMO) a much more powerful function:

https://package.elm-lang.org/packages/elm/core/latest/List#m...

The docs example even shows it being used as a zip.