Abstract
We report on our experience teaching a Haskell-based functional programming course to over 1100 students for two winter terms. The syllabus was organized around selected material from various sources. Throughout the terms, we emphasized correctness through QuickCheck tests and proofs by induction. The submission architecture was coupled with automatic testing, giving students the possibility to correct mistakes before the deadline. To motivate the students, we complemented the weekly assignments with an informal competition and gave away trophies in a award ceremony.
Original language | English |
---|---|
Pages (from-to) | 25-30 |
Number of pages | 6 |
Journal | ACM SIGPLAN Notices |
Volume | 49 |
Issue number | 12 |
DOIs | |
State | Published - 3 Sep 2014 |
Keywords
- Haskell
- competition
- education
- functional programming
- induction
- monads
- quickcheck
- smallcheck
- testing