skip to primary navigationskip to content
 

Course pages 2023–24

Concepts in Programming Languages

Handouts

Core Exercises

The exercises have not changed in this version of the web page, but have been re-ordered.

  • One-per-topic discussion questions
  • Past exam questions. 2015–2022 are most relevant. Note there is an error in y2021p7q1(b); ask your supervisor after attempting it.
    Note also that exam questions for 2020, 2021 and 2022 were "open book"; thus they may appear harder than questions intended for "in-person" exams.
  • Questions on variance:
    • Why does this C++ code give exactly one type error? Why is this error message necessary for type safety?
    • Why does this Java code raise an exception? What happens when the various commented-out code is uncommented?

There are also two sets of supervision exercises below; doing them all is perhaps overkeen, but supervisors should select from them.

Supervision exercises by Andrej Ivašković

Supervision question sets courtesy of Andrew Rice

(Note that topics VII, X and XI have been added/re-written since these questions were written.)


Slides by topic and pointers to further reading material

  1. Introduction and motivation.
    Supplementary reading material:
  2. The first procedural language: FORTRAN (1954-58).
    Supplementary reading material:
  3. The first declarative language: LISP (1958-62).
    Supplementary reading material:
  4. Block-structured procedural languages: Algol (1958-68) and Pascal (1970).
    Supplementary reading material:
  5. Object-oriented languages – Concepts and origins: SIMULA (1964-67) and Smalltalk (1971-80).
    Programming language: Squeak.
    Supplementary reading material:
  6. Types in programming languages: ML (1973-1978).
    Supplementary reading material:
  7. Scripting Languages and Dynamic Typing.
  8. Data abstraction and modularity: SML Modules (1984-97).
    Supplementary reading material:
  9. Languages for concurrency and parallelism
    • Functional-style programming meets object-orientation
      Programming language: Scala.
      Supplementary reading material:
    • Miscellaneous concepts.
      Supplementary reading material:

    Books

    Further reading material (due to Marcelo Fiore); not needed for examination purposes