Hacker News new | ask | show | jobs
by rs86 2908 days ago
Recursion is not defined in terms of the execution of the program (such as storing data on the call stack). For example you can have stack less languages with recursion.