PureType
Accelerate your knowledge, one function at a time

For loops and comprehensions in Elixir - transforming imperative code

A guide on how to transform imperative code like for loops and comprehensions to a functional style, using Python and Elixir as examples…

Map lookup in Elixir

A summary of the different ways to retrieve values from maps in Elixir…