Updates. By Jeff Kreeftmeijer

I wrote a script that visualises recursive function calls in Elixir by printing and counting each call to help estimate its order of growth, and to help with debugging or understanding recursive functions. #myelixirstatus

https://gist.github.com/jeffkreeftmeijer/c95fc2df5ad74ad8773b1b96566f9efc

Visualising recursive function calls in Elixir