Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/ID1019/functional-programming

This is a course in functional and concurrent programming given at KTH.
https://github.com/ID1019/functional-programming

Last synced: about 1 month ago
JSON representation

This is a course in functional and concurrent programming given at KTH.

Lists

README

        

# ID1019 - Programming II
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.

### Lectures

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.

- [Lectures](lectures)

### Exercises

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.

- [Exercises](exercises)

### Generating pdf:s

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