[an error occurred while processing this directive] Software Engineering at Oxford | Functional Programming ( FPR ) [an error occurred while processing this directive]

Functional Programming

Functional programs are easier to develop and reason about than their imperative counterparts. This makes them an ideal vehicle for the exploration of data structures and modularisation. Even if you don't plan to use a functional language in the future, this course provides the solid foundations for algorithm design and software reuse in any programming paradigm.

Frequency

This course normally runs twice a year.

Course dates

10th November 2025Oxford University Department of Computer Science - Held in the Department08 places remaining.
13th April 2026Oxford University Department of Computer Science - Held in the Department11 places remaining.

Objectives

At the end of the course, students will have seen a variety of different techniques that may be used to structure problems and their solutions. They will gain new perspectives on algorithms, data design, and functional abstraction.

Contents

Functions:
base types; tuples; program structure: selection and recursion; ad-hoc and parametric polymorphism.
Evaluation:
reduction strategies; order of evaluation; lazy versus eager and strict versus non-strict.
Lists:
pattern matching; recursion over lists; proof by induction; folds and accumulation.
Higher-order features:
function application and composition; type inference; currying; higher-order functions.
Data structures:
recursion patterns; trees; arrays; sets; dictionaries.

Assessment criteria

The assignment is intended to determine, in order of decreasing importance:

Requirements

The course assumes some familiarity with discrete mathematics: Software engineering mathematics would be a suitable preparation.


[an error occurred while processing this directive]