Informatics 1 - Functional Programming

From HaskellWiki
Revision as of 16:27, 6 October 2008 by Wimson (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

The course Informatics 1 - Functional Programming is the first programming course taught to students at the School of Informatics of the University of Edinburgh.

Instructor

The course lecturer is professor Philip Wadler.

Setup

The course consists of 20 lectures and 10 tutorials spread over the length of the first semester of the year (September–December). Each tutorial has its own set of exercises, and examination is by two programming tests.

Students' background

The course is aimed primarily at students with no prior programming experience.

Materials

Textbook

The course textbook is Simon Thompson: Haskell, the Craft of Functional Programming.

Editor

The text editor used in the course is Emacs in Haskell mode.

Packages

Most exercises require students to verify their code using QuickCheck, where writing appropriate test properties is part of the challenge. In addition, some tutorial exercises use a modified version of the School of Expression graphics library, which relies on the following packages:

Note: to run GLFW under Mac OS X you have to use EnableGUI (easy instructions are on the SOE site).