(ice (bake (make-batter x))) (define (bake x) (you baked)) Prepare ... Bake the Cake. Heat oven. Put cake in oven. Close door. Prepare the cooked Cake. Let cool ...
Review of List stuff. Generalized Lists. Deep-add. list ... Makes the first arg the car of the new list. Makes the second arg the cdr of the new list ...
DO NOT CODE BEFORE YOU HAVE A PLAN! Put yours and your partners names and ... Make a Poster. Include Name of pattern. Description of the pattern. Example Code ...
Treating functions as things 'define' associates a name with a value ... (third (first (bf (bf wd)))) (fifth (item 5 wd)) (word fifth second third) ...