recursive
Word family
- recursionnounC1
- recursivelyadverbC1
- recurseverbC2
- recurverbB2
- recurrencenounB2
- recurrentadjectiveB2
Synonym discussion
Sense: adjective/1
These words describe processes that happen more than once, but they differ in structure and purpose. 'Recursive' (this sense) implies a structured repetition where each cycle builds on or changes something from the previous one, often moving toward a result — for example, a recursive training drill where each round corrects the mistakes of the last. 'Iterative' is similar but more technical, commonly used in engineering and software: an iterative design cycle refines a prototype version by version. 'Cyclical' focuses on returning to a starting point, like seasons or economic booms and busts, without necessarily making progress. 'Repetitive' is the simplest and most general term; it means something happens many times but does not imply any connection or improvement between repetitions. For instance, a factory worker's repetitive task might be the exact same motion each time, while a recursive editing process would catch different errors on each read-through.
Common collocations
Etymology
Comes from the Latin verb 'recurrere', meaning 'to run back'. The past participle stem 'recurs-' combined with the English suffix '-ive' to form 'recursive'. The mathematical and computing sense grew out of the general idea of 'running back' to a previous step, and became widely used in the mid-1900s when computer scientists formalised the concept of a procedure that calls itself.