HaskellWiki

Haskell | Wiki community | Recent changes
Random page | Special pages

 

Not logged in
Log in | Help

Note: new account creation has been disabled as an anti-spam measure.

Informatics 1 - Functional Programming

Categories: Education

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

Contents

1 Instructor

The course lecturer is professor Philip Wadler.

2 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.

3 Students' background

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

4 Materials

4.1 Textbook

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

4.2 Editor

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

4.3 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).

4.4 GHC Installation

For some brief notes on installing ghc with GLFW on windows see Informatics 1 Windows Installation

Retrieved from "http://www.haskell.org/haskellwiki/Informatics_1_-_Functional_Programming"

This page has been accessed 1,097 times. This page was last modified 23:23, 8 October 2008. Recent content is available under a simple permissive license.