Lecture overview -- Keyboard shortcut: 'u'  Previous page: Imperative Programming [Section] -- Keyboard shortcut: 'p'  Next page: Sequential Control -- Keyboard shortcut: 'n'  Lecture notes - all slides and notes together  slide -- Keyboard shortcut: 't'  Help page about these notes  Alphabetic index  Course home  Lecture 3 - Page 13 : 43
Programming Paradigms
Simulation of other Paradigms and Continuations
Imperative Programming in a Functional Language

To which degree can we do imperative programming in a functional programming language?

  • Points of interest

    • Sequential control

    • Jumps and goto

    • Selection control

    • Iteration control

    • Assignment

    • State transitioning