Till KTH:s startsida Till KTH:s startsida

Ändringar mellan två versioner

Här visas ändringar i "Erlang " mellan 2016-01-12 10:38 av Johan Montelius och 2016-01-19 15:00 av Johan Montelius.

Visa < föregående | nästa > ändring.

Erlang

The aim of the course is to learn functional and concurrent programming. To achieve this we us the programming language Erlang that provide these paradigms.

Erlang is installed on the student computers but it is easy to install it on your own laptop. The easiest way is to use the packages provided by Erlang Solutions, their packages are more up to date than your regular (Ubuntu) repository. The package from Erlang Solutions also include the wx widget framework that you need for the gui parts in some assignments.


* Erlang Solutions
The Erlang system does not include an IDE so you need to use a seprate development environment. You can use Eclipse but I use Emacs as my editor. The nice thing about using Erlang is that you can switch easily between writing your report in LaTex and running experiments in Erlang.

Introduction During the first two weeks there will be teaching assistants that will help you getting started. Once you have the first hello-world up and running you can start with the following tasks.


* introduction.pdf
Resources Besides the course book there are several good resources th


* Programming Erlang - more advanced
* Learn you some Erlang for the greater of good - a very good introduction
* Erlang Documentation - some good links and and the first part of the course book