Understanding Lists
List is a basic data structure in functional programming, but I found it’s often not well understood by many programmers. In this post I’m explaining how lists work and implementing couple of basic lists functions like map
or length
.
Read next Embedding Elixir Structs in Ecto Models