|
|
|
|
|
by AnimalMuppet
1603 days ago
|
|
A while loop is only "recursion with tail-call optimization". It's not equivalent to "recursion without TCO". But "while (true)" is also equivalent to a goto :-) While both of those are true, I'm not sure that understanding either of them is relevant to dmitrigr's claim that you have to understand both recursion and pointers in order to amount to anything as a programmer. |
|