| | Imperative programming in Scheme - slide 2 : 6 |
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 "!"