Last modified on June 18, 1997 by Matthias Felleisen. | ||
Modifying Data |
Last modified on June 18, 1997 by Matthias Felleisen. | ||
Modifying Data |
Imperative Program Design | |
A function cannot remember how often it was called or what its previous arguments where. A functional program can only represent physical changes by incorporating time. Both are major impediments to formulating programs in a concise manner. To address this problem, the course motivates and covers the design of imperative Scheme programs, especially,
|
Back to Beginning |