Recursively

Part of speech: adverb

Definitions

  1. In a manner that applies a process repeatedly to its own output | Pertaining to a method or function that solves a problem by repeatedly applying itself | Describing a procedure that calls itself for further execution in a self-referential manner
  2. In a way that involves continuously applying a process to its previous results
  3. Relating to a function or method that references itself in its execution to derive solutions through iteration

Etymology: The adverb in question derives from the adjective "recursive," which itself emerges from the Latin verb "recurrere," meaning "to run back" or "to return." This verb is a combination of the prefix "re-" meaning "back" or "again," and the root "currere," which means "to run." The core idea, then, is about something that involves running back or returning repeatedly. In English, the adjective "recursive" first appeared in the 19th century, primarily in mathematical and logical contexts. It described processes or definitions that refer back to themselves, often in a self-similar or repeated manner. This concept became central to fields such as computer science, where algorithms are said to be recursive if they solve problems by calling themselves with simpler inputs. The adverbial form, created by adding the suffix "-ly" to "recursive," follows a standard pattern of English word formation. It allows the description of actions carried out in a manner characterized by recursion. This form is particularly useful in technical writing, where one might describe a function, procedure, or process that operates recursively. Thus, the term encapsulates the idea of repetition or self-reference, tracing back to notions of running back or returning, and has become a staple of modern scientific and computational vocabulary.

Synonyms: iteratively, repetitively