Definify.com

Definition 2024


tail_recursive

tail recursive

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)A program or function that is written or can be rewritten in a tail recursive style.

See also