Next: Recursion without Deferments, Previous: Recursion Example Using cond, Up: Recursion [Contents][Index]
cond
Here are three common recursive patterns. Each involves a list. Recursion does not need to involve lists, but Lisp is designed for lists and this provides a sense of its primal capabilities.