Deutsch English Français Italiano |
<100so11$p071$5@dont-email.me> View for Bookmarking (what is this?) Look up another Usenet article |
Path: news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail From: olcott <polcott333@gmail.com> Newsgroups: comp.theory Subject: Re: How do computations actually work? Date: Sat, 24 May 2025 10:18:57 -0500 Organization: A noiseless patient Spider Lines: 30 Message-ID: <100so11$p071$5@dont-email.me> References: <Ms4XP.801347$BFJ.668081@fx13.ams4> <95db078e80b2868ed15a9a9a2af0280d96234a3a@i2pn2.org> <100jo18$2mhfd$1@dont-email.me> <100jpv9$2m0ln$4@dont-email.me> <100kt0c$2tae8$3@dont-email.me> <100ktr7$2reaa$1@dont-email.me> <100l09v$2tae8$5@dont-email.me> <100l1ov$2ul3j$1@dont-email.me> <100l3jh$2v0e9$1@dont-email.me> <100l5c8$2ul3j$2@dont-email.me> <100l75g$2vpq3$1@dont-email.me> <100l887$2ul3i$2@dont-email.me> <100l9gh$30aak$1@dont-email.me> <100lc4o$30pgm$1@dont-email.me> <100ld1u$312c9$1@dont-email.me> <100lg4g$31jt3$1@dont-email.me> <100lkdv$32ib3$1@dont-email.me> <100lmif$32v06$1@dont-email.me> <100lmp3$32ven$1@dont-email.me> <100m319$38k55$2@dont-email.me> <87jz69xlpx.fsf@nosuchdomain.example.com> <100mder$39slu$2@dont-email.me> <100oipb$3oge1$1@dont-email.me> <100onkd$3t5cb$1@dont-email.me> <100rti1$jfld$1@dont-email.me> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Sat, 24 May 2025 17:18:57 +0200 (CEST) Injection-Info: dont-email.me; posting-host="f513fb0f9fd54277dcf2467a994ccda0"; logging-data="819425"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18DOtZXwljm/Y2TZWu/iN/a" User-Agent: Mozilla Thunderbird Cancel-Lock: sha1:A4IPqBarqpKVBQwV06rqipaxoaA= Content-Language: en-US X-Antivirus-Status: Clean X-Antivirus: Norton (VPS 250524-2, 5/24/2025), Outbound message In-Reply-To: <100rti1$jfld$1@dont-email.me> On 5/24/2025 2:47 AM, Mikko wrote: > On 2025-05-23 02:47:40 +0000, olcott changed the subject to >> How do computations actually work? > > Each computation works differently. It does not matter how it works as > long as there are instructions that fully specify how that computation > shall be performed. > All termination analyzers are required to report on the behavior that their input finite string specifies. int main() { DD(); // the HHH that DD calls cannot report on the } // behavior of its caller. That is just not // the way that these things work. int sum(int x int y) { return x + y; } computes the sum of its inputs according to the rules of arithmetic. Does not compute any function int sum(int x int y) { return 5; } Does not compute the function of sum correctly. int sum(int x int y) { x + x; } -- Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius hits a target no one else can see." Arthur Schopenhauer