This is a course in functional and concurrent programming given at KTH Royal Institute of Technology.
The programming language used was originally Erlang but we're now moving to Elixir.
There are aprx 14 lectures that go through the concepts of functional and concurrent programming. We use Elixir as an example language but the lectures are more focused on the bigger picture. Learning Elixir is something you best learn when programming.
It is highly encouraged to do several of the exercises. Once you get the knack of it they are quite easy and vill hopefully give you some deeper knowledge about functional and concurrent programming besides learning Elixir.
In this repository you will find only the latex source. In order to generate the pdf:s you will need the following pakages in Ubuntu:
- latexmk
- pdflatex
- texlive-latex-extra
- texlive-science
- texlive-extra-utils
- python-pygments