Functional Programming

Course Code:

CST-230  

Course Name:

Functional Programming

ECTS:

5

Course Description

This is a first course in programming. It makes use of a programming language called Haskell, in which programs can be viewed as mathematical functions. This makes the language very powerful, so that we can easily construct programs that would be difficult or very large in other languages.

An important theme of the course is how to apply mathematical reasoning to programs, so as to prove that a program performs its task correctly, or to derive it by algebraic manipulation from a simpler but less efficient program for the same problem.

The course provides hands-on experience of programming through two lab exercises: the first one aims to acquaint you with the mechanics of writing Haskell programs, and the second one tackles a more challenging programming task.