Node:Recursive Patterns, Next:, Previous:Recursion with cond, Up:Recursion



11.3.6 Recursive Patterns

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.