tail recursive

From Wiktionary, the free dictionary
Archived revision by TheDaveBot (talk | contribs) as of 12:22, 2 June 2017.
Jump to navigation Jump to search

English

Noun

tail recursive (uncountable)

  1. (computing) A style of programming in which all functions are written so that recursive calls are made nowhere but immediately before function return.

Adjective

tail recursive (not comparable)

  1. (computing, of a program or function) Written in a tail recursive style.

Hypernyms

Derived terms