Re: primitive recursive: obsolete?



On Thu, 8 May 2008 09:46:45 -0700 (PDT), MoeBlee <jazzmobe@xxxxxxxxxxx> said:
On May 7, 4:54 pm, MoeBlee <jazzm...@xxxxxxxxxxx> wrote:

the primitive recursive functions all have algorithms that require
only a "do for" loop and don't require a "do while" loop

I meant 'do until' not 'do while' there.

Either would do, no? They differ slightly in behavior, but those
constructs are exactly equivalent in terms of computational strength.
Anything you can program in terms of the one you can program in terms of
the other.

.