Hacker News new | ask | show | jobs
by filmor 3648 days ago
"recursion" is calling a function from itself. You usually want this to terminate at some point, though, and thus will have some kind of branching, so it's not "en abyme".