Com S 342 meeting -*- Outline -*- * compound procedures in Scheme and Java note: be sure to do everything in both Scheme and Java. This works best if it's done online. ** working with the interpreters (1.1.4) program square both in Scheme and in Java. Show how to use the editors and makefiles ** substitution model of applications (1.1.5) describe normal vs. applicative order application semantics. applicative: evaluate operator and operands then substitute normal: substitute operands first, only evaluate when can't substitute Use the square example.