This example contains a recursive function for removing a directory tree.
A recursive function must be able to refer to itself.
Stacks are an important way of supporting nested or recursive function calls.
So let's rectify that, and design a tail recursive function instead.
Corrijamos esto, y diseñemos una función recursiva de cola en su lugar.
We often say that a recursive function 'calls itself'.
A menudo decimos que una función recursiva 'se llama así misma'.
The recursive function accidentally resulted in an infinite loop.
La función recursiva accidentalmente resultó en un bucle infinito.
But I also included the recursive function that is quite widespread on the internet.
Pero también incluí la función recursiva que está bastante generalizada por internet.
The map function is an example of a recursive function on arrays.
La función map es un ejemplo de una función recursiva sobre arrays.
A function that calls itself is known as a recursive function.
Una función que llama a sí mismo se conoce como una función recursiva.
The third part of a recursive function is the recursive call.
La tercera parte de una función recursiva es la llamada recursiva.
I was thinking that to create these objects, a recursive function would be best.
Estaba pensando que para crear estos objetos, una función recursiva sería la mejor.
In doing its job, a recursive function calls on a second robot to help it.
Al hacer su trabajo, una función recursiva llama a un segundo robot para que le ayude.
Note that this particular design for a recursive function requires that operations be deferred.
Ten en cuenta que este particular diseño de una función recursiva requiere que las operaciones se pospongan.