Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Walther recursion

In computer programming, Walther recursion (named after Christoph Walther) is a method of analysing recursive functions that can determine if the function is definitely terminating, given finite inputs. It allows a more natural style of expressing computation than simply using primitive recursive functions.

Since the halting problem cannot be solved in general, there must still be programs that terminate, but which Walther recursion cannot prove to terminate. Walther recursion may be used in total functional languages in order to allow a more liberal style of showing primitive recursion.

We don't have any images related to Walther recursion yet.
We don't have any YouTube videos related to Walther recursion yet.
We don't have any PDF documents related to Walther recursion yet.
We don't have any Books related to Walther recursion yet.
We don't have any archived web articles related to Walther recursion yet.

See also