CS 451 Programming Paradigms
Week Four
Lecture 7 : Tuesday, 2/8/00
- Finished discussing use of lambdas and closures for object-oriented programming
- Covered mechanisms for inheritance or delegation
- Discussed third LISP assignment
- Began covering CLOS from the lecture notes
- Covered classes, instantiation, calling methods
- Discussed design issues for CLOS and simulation program in particular
Lecture 8 : Thursday, 2/10/00
- Went through thermostat simulation from course notes
- Talked about how to link this up with a Java interface
[ Back to CS451: Lecture Summaries ]