Liste des Groupes | Revenir à c theory |
On 04/05/2025 18:38, olcott wrote:Yes and int sum(int x, int y) { return x + y; }
<snip>
int sum(int x, int y) { return x + y; }That's meaningless. Addition maps two ordinary numbers onto one number. The mapping of 3 + 2 is to 5, and the mapping of 5 + 6 is to 11. sum(3,2) is the notation of a programming language's function call, not a mapping. Are you confusing 'computable function' with 'programming language procedure'?
The mapping from sum(3,2) to sum 5 + 6 does not
exist
for the same reason that the mapping from DD correctlySo you're saying that HHH cannot correctly simulate DD? I agree.
simulated by HHH to DD(DD) does not exist.
Les messages affichés proviennent d'usenet.