Learning How To Loop in Elixir Through Recursion
My latest post about looping in #Elixir through recursion. I rebuilt a few Enum functions as a learning exercise. It was super interesting seeing pattern matching, function clauses, and the cons operator all work together.
https://davidtang.io/2019/01/13/learning-how-to-loop-in-elixir-through-recursion.html
Read next Cool CLIs in Elixir with IO.write/2