General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Martin Maat
Computerphile
comments
Comments by "Martin Maat" (@MartinMaat) on "Tail Recursion Explained - Computerphile" video.
@TheDarkOne629 That is not true. Recursion implies a call which includes putting a return address and possibly some arguments on a stack. Loops are just conditional jumps.
1