Till KTH:s startsida Till KTH:s startsida

Visa version

Version skapad av Johan Montelius 2020-01-14 10:56

Visa < föregående
Jämför < föregående

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

After the lecture

Continue with the introduction and take a look at the first seminar assignment .