Is there a universal language restricted to the primitive recursive functions - without while loops or goto etc - that can effectively model all other languages similarly so restricted?
Is there something analogous to the notion of Turing Complete, but for languages restricted to primitive recursive functions?
To be clear, I'm only talking about languages that do not allow total functions which are not primitive recursive functions.
I think this is similar to this question, but for PR instead of allowing total functions.