DiffList: Difference lists in Elixir

Was a little bored at work this week so worked on a simple implementation of difference lists, which promise constant time left-associated appends (big_list ++ [x] over and over).

Might be of educational interest to some people :slight_smile:

5 Likes