Latest change Jan. 10, 2017

To prevent spambots from collecting mail addresses, all mail addresses on this page have the "@" replaced by "#".

DVA229 Functional Programming with F#, Spring 2016 (Period 4)

If you don't like the frame with the links, then open this link in a new tab or window.

Latest News

Jan. 4, 2017: Here is the written exam given Jan. 4, and the suggested solutions.

Aug. 22, 2016: The course analysis is now available.

Aug. 22, 2016: Here is the written exam given Aug. 18, and the suggested solutions.

June 20, 2016: The results of the course inquiry are here.

June 7, 2016: I have made some clarifications to the rules of conduct.

The almost latest news.

General Information

Functional Programming with F# is a basic level (G1F) course in Computer Science (datavetenskap) that is given by the School of Innovation, Design, and Engineering (IDT) at Mälardalen University. It yields 7.5 hp.

This course is essentially the same as DVA201 Functional Programming with F#, which was given until 2015. What differs is basically that discrete mathematics have been added to the prerequisites.

Here is official information about the course. The course will also have a page in Blackboard, where I will put a link that points to this web page that you're visiting right now. (The web page here is the main source of information about the course.)

Teachers

Course leader: Björn Lisper
Email: bjorn.lisper#mdh.se
Phone (MDH): 021-151709
Office: room U1-091, IDT (Rosenhill, 1st floor)

I'm best reached via email. When the department is open you can feel free to drop in if I'm in office (I'll simply throw you out if I'm busy), but often I'm out on different missions.

Lab assistant: Jean Malm
Email: jmm11001#student.mdh.se
Phone (MDH): N/A
Office: N/A

Lab assistant: Jonas Skoog
Email: jsg11007#student.mdh.se
Phone (MDH): N/A
Office: N/A

Schedule

The course takes place in period 2 (lectures etc. with scheduled activities taking place weeks 16-21). The first event in the course is Lecture 1 (L1), with "upprop", which takes place Monday 2016-04-04, 10.15-12.00, in U2-013.

There is a schedule for lectures and laborations: it also indicates when I will bring up different topics, and contains links to my slides and pointers to the relevant sections of the course book. See also the official schedule.

Course Contents

The purpose of this course is to give the students a solid understanding of functional programming, its applications, and its strengths and weaknesses. This includes knowledge of recursion, advanced data structures, modern type systems, higher order functions, lazy vs. eager evaluation, the importance of freedom of side effects, how to regain stateful (imperative-like) programming while retaining freeedom of side effects, and more. We will also give short orientations of lambda calculus and type inference, in order to enhance the understanding of the functional programming paradigm.

In order to reach these goals, the course will be based on the functional programming language F# (see also Wikipedia). This is a modern functional language, and learning it thoroughly will give you good knowledge of all the things mentioned above. It will also show how powerful the functional programming paradigm can be from a software engineering point of view - this paradigm provides, arguably, the best support for writing concise, reusable, and safe programs. F# originates from Microsoft Research, and it is a member of the .NET family of programming languages. Thus, it is likely that it will become widespread in the future: notably, it is a first class language in Visual Studio 2010 and later versions.

How to Follow this Course

It is recommended that you read the part in the literature that will be covered before the lecture, see the detailed schedule. Thus, you will be able to get more out of the lecture.

Don't be afraid to be active during the lectures. The dumbest questions are the ones never asked.

Be aware that it can be hard to finish the labs in time if you show up unprepared. The lab course (LAB1) is 2hp, which corresponds to 53 hours of work, whereas the scheduled time for the labs is 16 hours: thus, you are expected to spend most of the work with the labs outside the schedule! Therefore, we strongly recommend that you prepare well before you come to the lab session.

The course can also be followed as a distance course, although it is not formally offered as such. Everything that should be needed is provided through this web page: plan for lectures with lecture material, directions for reading the course literature, laborations, suggested projects, link for downloading the F# compiler, etc. The teachers will be available for questions via e-mail. We will not provide lectures directly over the web, though, and the written exam must be taken at the Mälardalen University campus unless it can be arranged with a local university or similar.

Examination

There will be laborations (LAB1, 2hp), a written exam (TEN1, 4hp) and a small programming project (PRO1, 1.5hp). To get a pass on the course, one needs to pass all these examination moments. The grade (3-4-5) is based on the grade for the the written exam. Completed laborations and project before the first exam gives five bonus points at the first written exam (at the end of period 4). This exam takes place June 3rd, 2016: complete and correct laborations and projects must thus be handed in before then, if you want the bonus points.

Those of you who need to be examined in the earlier version of the course (DVA201): you can attend any of the three written exams that are scheduled with the current instance of the course. If you need to be examined on the lab course or the project, get in touch with the lab assistants.

Oldtimers who have taken the earlier, Haskell-based functional programming course (CDT201, or CD5100): if you want to be examined, please get in touch with me to see if we can find a solution for you.

Laborations

There will be four laborations, see the schedule. You will typically do the laborations in groups of two. The laborations are in F#.

Lab 1, getting started.

Lab 2, lists, higher order functions, and defining own data types.

Lab 3, topic "some simple natural language processing".

Lab 4, A calculator with a GUI.

The scheduled laborations will take place in U2-003, and U2-006, with Windows-equipped PC's. We have set up F# 2.0 on these machines. (There are different options: two command-line versions, and a version integrated into Visual Studio).

The difference between F# 2.0 and the latest version, F# 4.0, seems minor and will almost certainly not affect the part of F# that we use in the course. Therefore we have decided to stay with the old version, since we know that it is stable on our machines. The differences between the versions are summarised by the Wikipedia page for F#.

Downloading F#

You can download F# for free, to your own computer here (latest version, currently 4.0). This page contains instructions how to install F# on a number of platforms including Windows, Mac, and linux. Note that if you have Visual Studio 2012 Ultimate or Professional, then you already have F#.

Non-Windows users also need Mono, which is an open implementation of the .NET CLR that allows .NET applications to be run also on non-Windows platforms. You will need Mono version 3.0 or later for F# 3.0 (Mono v. 2.0 for F# 2.0). Most linux distributions carry Mono, unfortunately often quite old versions. Newer versions can be downloaded here. However, if you use Ubuntu 14.04 (or some ubuntu derivative) then Mono and F# 3.0 are included in the distribution and can be installed directly from the software center (or by using a suitable packet manager).

Project

There will also be a programming project, where you are given a problem to solve using functional programming techniques. The project will take place towards the end of the course, and the workload should correspond to roughly one manweek per person. The idea is that you work with the project quite independently, but we will provide advising.

There are some suggested projects to choose from. However, you can also suggest your own projects. In this case you should write your own specification of the project and give to us. We will then judge it, possibly suggest modifications, and finally decide whether we think it is appropriate or not.

The project is done in groups of at most two persons. Two is the preferred size of the project groups, but you can also do a project on your own.

The projects will be examined by email. You should submit the following: the source code, and a short written report (typically 2-3 pages) containing the following:

If you do a project suggested by yourself, then the report should also include the project specification. The solution will be judged primarily for correctness, but also for efficiency, clarity, etc. This means, for instance, that a very clumsy solution that works still might require some improvement to pass. The report will also be judged: thus, we might require that a poor report is rewritten before we give a pass on the project.

Submit the source code + report to one of the lab assistants.

Written Exam

The written exam is four hours long. Course literature is not allowed at the exam. This also includes all other information that could replace parts or all of the course literature, such as own notes, copies of slides, other books, and such. Computers with F# implementations (or any other stored information that could aid the student) are also not allowed. However, "general" aids, that are not specific to F# or functional programming, are allowed, such as calculators without any stored information of relevance to the course.

Please note that signup for the exam in advance is mandatory! Signup is to be done through the MDH Student Portal.

This Year's Exams

First exam. Friday 2016-06-03, 14:10-18:30. Exam, and suggested solutions

Next exam. Thursday 2016-08-18, 8:10-12:30 Exam, and suggested solutions

Next next exam. Thursday 2017-01-04, 14:10-18:30 Exam, and suggested solutions

Old Exams

See the web page for the old version of the course, DVA201 Functional Programming with F#

Rules of Conduct

Code that is brought forward for examination, for a laboration, for the project, or at the written exam, must be original. It is not allowed to copy the code from somewhere, like from the web, or from some friend. The project report must also be written by yourself. A violation of this rule will be considered as plagiarism, and dealt with as such.

It is allowed to discuss with other students, in general terms, how to solve a certain kind of problem. But it is not allowed to disclose your solutions to other students such that they can base their solutions on yours. This will be seen as assistance to plagiarism. In particular it is not allowed to make your solutions publically available, at sites like github or sourceforge, such that other students taking the course can access them. The underlying principle is this: helping someone to understand is OK, helping someone to pass the examination without understanding is not OK.

In case you do a laboration or project in a pair, then it is OK that you divide the work between yourselves such that some of the code, or the report, is written by your teammate. You should then divide the work evenly: in particular it is not OK that one teammate does all the work, and the other teammate no work.

For the written exam, the usual rules apply. (See above for what you are allowed to bring to the exam.)

Literature

This is the course book:

Michael R. Hansen, Hans Rischel: Functional Programming Using F#, Cambridge University Press, 2013, ISBN: 9781107684065. Price USD 52.25 (Amazon, paperback), SEK 415 (Bokus, paperback). The book has a home page.

Directions for reading: what parts of the literature are of relevance for the written exam.

If you want to know all the details of F#, here's the F# Language Specification.

Recommended (Optional) Literature

If you have an interest in functional programming, you may want to check out the language Haskell for which there are also a number of good and pedagogical textbooks, see here.

Extra Course Material

Functional programming for parallelism: MapReduce, and Erlang.

A Brief Survey of Functional Programming Languages: an attempt to give you some context.

The slides for the course are found from the detailed schedule.

A set of exercises.

FAQ (Frequently Asked Questions) for the course.

Links

hubFS: THE place for F#.

The Wikipedia Entry on Functional Programming, and F#.

A text on asynchronous workflows.

Erlang is a functional and process-parallel language, originally developed at Ericsson, which is extensively used in real applications.

Scala is a "better java" which integrates element of object-oriented and functional programming languages.

Clojure is a modern LISP dialect.

Thesis Projects (exjobb)

I may offer some functional programming-related thesis projects (exjobb). We cannot pay for them, but on the other side we have freedom to tailor them to become maximally interesting! Feel free to come by my office and discuss if you are interested.

Course Evaluation

The result of the course evaluation is here. The course analysis is here: it is to some extent based on the results of the inquiry.

Earlier Versions of the Course

DVA201 Functional Programming with F#


Viewable With Any Browser

Björn Lisper
bjorn.lisper#mdh.se