Building a Small JSON Endpoint With Plug, Cowboy and Poison How to write code which others will understand?

Permutations With and Without Repetition in Elixir

I spent some time this week ripping the combination dependency out of my application and building my own permutation generator. Long live list comprehensions!