Deutsch   English   Français   Italiano  
<87a5d7xiio.fsf@nosuchdomain.example.com>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Keith Thompson <Keith.S.Thompson+u@gmail.com>
Newsgroups: comp.lang.c
Subject: Re: question about linker
Date: Sat, 07 Dec 2024 13:58:23 -0800
Organization: None to speak of
Lines: 35
Message-ID: <87a5d7xiio.fsf@nosuchdomain.example.com>
References: <vi54e9$3ie0o$1@dont-email.me> <viasv4$nm7q$2@dont-email.me>
	<vibr1l$vvjf$1@dont-email.me> <vic73f$1205f$1@dont-email.me>
	<20241129142810.00007920@yahoo.com> <vicfra$13nl4$1@dont-email.me>
	<20241129161517.000010b8@yahoo.com> <vicque$15ium$2@dont-email.me>
	<vid110$16hte$1@dont-email.me> <vifcll$1q9rj$1@dont-email.me>
	<vifiib$1s07p$1@dont-email.me> <87ldwx10gv.fsf@bsb.me.uk>
	<vimtt4$27vv$1@dont-email.me> <86ser1kgp5.fsf@linuxsc.com>
	<vit69t$1qfgg$1@dont-email.me>
	<87ldwtzlc0.fsf@nosuchdomain.example.com>
	<vitjgg$1tukq$2@dont-email.me> <vj1bss$325uo$1@dont-email.me>
	<vj1h4i$335q1$2@dont-email.me> <vj1noc$34ogu$1@dont-email.me>
	<87ikrvxj6a.fsf@nosuchdomain.example.com>
MIME-Version: 1.0
Content-Type: text/plain
Injection-Date: Sat, 07 Dec 2024 22:58:23 +0100 (CET)
Injection-Info: dont-email.me; posting-host="4404786bd9d9b4f8a090df7e3f4592f8";
	logging-data="3497318"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1+jEKZNH4q7ADpg/XnFP9v0"
User-Agent: Gnus/5.13 (Gnus v5.13)
Cancel-Lock: sha1:ix8ZQ4yEyVrcpU6qpkMC298CTw8=
	sha1:UZJQa+0aOs9dCWe3asAK3Lr8ka0=
Bytes: 2819

Keith Thompson <Keith.S.Thompson+u@gmail.com> writes:
> Bart <bc@freeuk.com> writes:
[...]
>> Those suggesting that semicolons are unimportant details of syntax in
>> C are wrong. They can make a significant difference and contribute to
>> errors:
>>
>>    for (i=0; i<n; ++i);
>>         printf("%d\n", i);
>
> Nobody has suggested that "semicolons are unimportant details of syntax
> in C".

I think I see where you got that false idea.  Elsewhere in this thread,
Janis wrote:

    Semicolons, really, are not the problem - AFAIR, in *none* of the
    languages I was engaged with.

Janis did not say that "semicolons are unimportant details of syntax in
C", nor, as far as I can tell, did anyone else.

If you want to reply to something, I suggest quoting it directly, or at
least summarizing it accurately.

In my experience, semicolons can be confusing for programmers who are
new to programming, or at least new to a language.  I remember "missing
semicolon" being a common error when I was a beginner, but I don't
remember it being a real issue any time in the last several decades.

YMMV, of course.

-- 
Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.com
void Void(void) { Void(); } /* The recursive call of the void */