Path: csiph.com!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail
From: Tim Rentsch
Newsgroups: comp.lang.c
Subject: Re: Loops (was Re: do { quit; } else { })
Date: Sun, 04 May 2025 21:32:22 -0700
Organization: A noiseless patient Spider
Lines: 21
Message-ID: <86tt5z65k9.fsf@linuxsc.com>
References: <20250415053852.166@kylheku.com> <20250416150837.00004587@yahoo.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Injection-Date: Mon, 05 May 2025 06:32:26 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="b2f20e442295d938e3644788cf940be7"; logging-data="3880418"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX194MiwkK1Smula0dZGT08SKZD0a1FiIs0U="
User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.4 (gnu/linux)
Cancel-Lock: sha1:NKZCw6wT7ZGZtF3JXiilyt7nFKg= sha1:FN1m0K1q653zhgbfo6WPUHkCCVY=
Xref: csiph.com comp.lang.c:393156
scott@slp53.sl.home (Scott Lurndal) writes:
> Michael S writes:
>
>> On Wed, 16 Apr 2025 12:32:13 +0100
>> bart wrote:
>>
>>> But never, mind, C's for-loop will still be the most superior to
>>> everybody here. I'd have an easier time arguing about religion!
>>
>> Who exactly said that it is superior? Surely not me.
>> I think, most posters here would agree with my stance that C for() is
>> non-ideal. esp. for writer, but good enough.
>
> I disagree with that statement, [...]
Does this mean you think the for() control structure defined
in ISO C is ideal?
I'm okay with using C for() statements as an iterative control
structure, but I don't think I'd describe it as ideal.