Lecture overview -- Keyboard shortcut: 'u'  Previous page: Imperative Scheme constructs [Section] -- Keyboard shortcut: 'p'  Next page: List mutators -- Keyboard shortcut: 'n'  Lecture notes - all slides and notes together  slide -- Keyboard shortcut: 't'  Textbook -- Keyboard shortcut: 'v'  Help page about these notes  Alphabetic index  Course home  Lecture 9 - Page 2 : 6
Functional Programming in Scheme
Imperative programming in Scheme
Imperative Scheme Constructs

The most fundamental imperative Scheme construct is the assignment set!

  • Other imperative constructs:

    • (begin e1 ... en)

    • The iterative do control structure

    • The input output procedures

    • The list, string and vector mutators

As a notational convention, most imperative abstractions in Scheme ends with "!"