Y
Hacker News
new
|
ask
|
show
|
jobs
by
mchahn
2909 days ago
Maybe a stupid question ...
Isn't passing a function to itself kind of like recursion?
1 comments
rs86
2909 days ago
no, it's more like passing a continuation in this case (which is the function itself). but the function is not defined in terms of itself.
link
azatom
2907 days ago
I don't get it. I do not want to define recursion, but for me as a programmer stackoverflow is a recursion, what is happening if I call y(factorialFactory)(10000).
link