Lists and recursion
In these two lectures we will look at how to work with lists structures. Since lists are defined recursively it is natural to use recursion when defining functions over them. Recursively defined functions are very powerful in that they are easier to verify and analyze.
Elixir concepts
- Elixir: Linked lists
- Elixir: Tuples
- Elixir: Case, cond and if
- Elixir: Modules and functions
- Elixir: Recursion
After the lecture
Continue with the introduction and take a look at the first seminar assignment .