next up previous
Contents Next: Recursive Definitions Up: LISP Primer Previous: Exercises

Recursion and Iteration

Many, if not most, uses for computers involve repetitive procedures. LISP provides two paradigms for controlling repetition -- recursion and iteration -- both covered in this chapter. Also in this chapter you will find out how to set up code blocks with local variables using let.





© Colin Allen & Maneesh Dhagat
November 1999