In CompSci classes while working on "hello world" programs, recursion is easy to understand, trivial to implement, and elegant in execution.
However in the real world with real applications (like incredibly complicated web browsers) recursion sometimes can be very complicated to understand, difficult to implement, and isn't always elegant in execution.
I think that's what he's meant.
Jeffrey.
On Thu, Sep 4, 2008 at 1:17 PM, Luke -Jr [email protected] wrote:
How exactly is recursion in the slightest bit complicated?