in reply to Re: Recursion
in thread Recursion

I would not call it 'recursion methodology.' LISP is usually referred to as functional language, hence the ease with which recursion is implemented. In LISP, recursion is intuitive and more often than not the right solution.

LISP is fun. :)