Deutsch English Français Italiano |
<vrs2r3$1b0ov$1@dont-email.me> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail From: Muttley@DastardlyHQ.org Newsgroups: comp.lang.c Subject: Re: Suggested method for returning a string from a C program? Date: Mon, 24 Mar 2025 16:56:03 -0000 (UTC) Organization: A noiseless patient Spider Lines: 45 Message-ID: <vrs2r3$1b0ov$1@dont-email.me> References: <vrd77d$3nvtf$2@dont-email.me> <20250319115550.0000676f@yahoo.com> <vreuj1$1asii$4@dont-email.me> <vreve4$19klp$2@dont-email.me> <20250319201903.00005452@yahoo.com> <86r02roqdq.fsf@linuxsc.com> <vrh1br$35029$2@dont-email.me> <LRUCP.2$541.0@fx47.iad> <vrh71t$3be42$1@dont-email.me> <874izntt5t.fsf@nosuchdomain.example.com> <vrhviu$h5c$1@dont-email.me> <87ecyrs332.fsf@nosuchdomain.example.com> <vri9t1$a29t$1@dont-email.me> <20250320171505.221@kylheku.com> <vrif1v$c9ev$3@dont-email.me> <8734f7rw7z.fsf@nosuchdomain.example.com> <vrjjvb$1esjh$1@dont-email.me> <87tt7mqk7w.fsf@nosuchdomain.example.com> <vrkvt5$2k04q$2@dont-email.me> <87cye9afl0.fsf@nosuchdomain.example.com> <vrmckn$114k$1@dont-email.me> <871puoag2q.fsf@nosuchdomain.example.com> <vrnoft$15f6n$1@dont-email.me> <vrrh0c$qila$1@dont-email.me> <vrrouo$11up7$1@dont-email.me> <vrrqe0$12u8q$1@dont-email.me> <vrrs20$14vob$1@dont-email.me> <vrrvnh$176lu$1@dont-email.me> <vrs0j5$191gt$1@dont-email.me> <vrs2eu$176lu$2@dont-email.me> Injection-Date: Mon, 24 Mar 2025 17:56:04 +0100 (CET) Injection-Info: dont-email.me; posting-host="b7e7a06d9975f4b3f6815cf483b65e42"; logging-data="1409823"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+JrVcB8bCG0Niri3fiUZG3" Cancel-Lock: sha1:69F3Vr28CQzR7TmTcx7/Cdf2ZIU= Bytes: 3496 On Mon, 24 Mar 2025 16:49:35 +0000 bart <bc@freeuk.com> wibbled: >On 24/03/2025 16:17, Muttley@DastardlyHQ.org wrote: >> *GASP*! 12 whole seconds! How can you cope with your day being interrupted >> like that for so long! > >So applying your 100:1 ratio, you'd spend 20 whole minutes pondering >your next move before compiling again? No, because unlike you I understand the concept of splitting into modules and having a makefile that just rebuilds whats changed, not the entire codebase. >When you have near-instant build times then it's completely different >way of working. No it isn't. THat example I gave you built in 0.8 seconds. It would make zero difference to me if it took 8 or 80. >Do you think people who work with scripting languages (or even writing >HTML) would tolerate an exasperating 12-second day between hitting Run, >and their test-run starting? In the case of Python they tolerate hopeless performance so who knows. >In the case of this project, development is incremental: run a test, >there's an opcode not yet done, add the lines for it, test it again. > >Or do a timing test, measure, tweak a line to two, time it again to see >if it's any better. > >Or there might be bunch of configuration and debug settings, that don't >warrant dedicated CLI options, so to change a setting means changing one >line and rebuilding. Why not? It only takes an instant! > >If I had to wait 10+ seconds each time then it would both take all >fucking day AND drive me around the bend. See above for modules. >You really haven't got a clue. Says the guy who rebuilds everything from scratch each time. Must be irony week again.