Skip to content

Instantly share code, notes, and snippets.

@bcardarella
Created December 4, 2014 17:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bcardarella/9e7ad1f4d23e0c16accf to your computer and use it in GitHub Desktop.
Save bcardarella/9e7ad1f4d23e0c16accf to your computer and use it in GitHub Desktop.
|> Enum.map &_normalize(&1)
|> Enum.sort(&(String.length(&2) <= String.length(&1)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment