English
Noun en-noun|sg=tail recursive|-
#computingA style of programming in which all function|functions are written so that recursive calls are made nowhere but immediately before function return.
Adjective en-adj|- #computingA program or function that is written or can be rewritten in a tail recursive style.
See also tail recursion tail recursively
ru:tail recursive