PPL
PPL. Lecture 3 Slides by Dr. Daniel Deutch , based on lecture notes by Prof. Mira Balaban. Scope and binding. Block Structure. f(x,y,z) = (x+y) 2 + (x+z) 2. Lets write a procedure that given x, y, and z computes. (define (sum-and-square x y) (square (+ x y))).
456 views • 36 slides