Hacker News new | ask | show | jobs
by lupire 1785 days ago
That's a stack, not recursion. Recursion is self-reference.
1 comments

The same brain function is processing every layer of the stack. Its the call stack of a recursive function.