Details for Thursday Afternoon



Afternoon Lecture

Action Plan -- Implementor Fellowship

---------------------------------------------------------------------------------

   Mike Hunt: How to convince your 
                  school board
                  superintendent
		  department head
		  master teacher
              What I experienced in the classroom

---------------------------------------------------------------------------------

   SORTing: forced top-down programming

   QUESTION: Can I implement this with Scheme's primitive or do I need to
   write another function because the data is too large? 

   Compare sort on lo-numbers, lo-inventory records


Afternoon Lab:

RECAP:  Can I do this with primitives? Do I need an auxiliary function? 
  Use 14.2 or 14.1
  (Need append for 14.2: call it replace-end-with, which makes it a one-arg function)

ASSIGNMENTS:
  14.3 (elevator controller)



EVALUATION