Path: csiph.com!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Tim Rentsch
Newsgroups: comp.lang.c
Subject: Re: transpiling to low level C
Date: Sun, 22 Dec 2024 10:38:11 -0800
Organization: A noiseless patient Spider
Lines: 27
Message-ID: <861pxzftrg.fsf@linuxsc.com>
References: <86ikrdg6yq.fsf@linuxsc.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Injection-Date: Sun, 22 Dec 2024 19:38:12 +0100 (CET)
Injection-Info: dont-email.me; posting-host="51a4a5f37c195e1c534565157c1e4040"; logging-data="779267"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+xM18HiBoBn0185oAM9h5pLr0RynilOSc="
User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.4 (gnu/linux)
Cancel-Lock: sha1:58R321gadoJ/ApRuT+3EP2SKIdY= sha1:nb5qTSOYpPfeeQ9jvqyXwvO2hlE=
Xref: csiph.com comp.lang.c:389778
antispam@fricas.org (Waldek Hebisch) writes:
> Janis Papanagnou wrote:
>
>> On 21.12.2024 02:28, Tim Rentsch wrote:
>>
>>> Janis Papanagnou writes:
>>>
>>>> On 16.12.2024 00:53, BGB wrote:
>>>>
>>>>> [...]
>>>>>
>>>>> Pretty much all higher level control flow can be expressed via goto.
>>>>
>>>> A 'goto' may be used but it isn't strictly *necessary*. What *is*
>>>> necessary, though, that is an 'if' (some conditional branch), and
>>>> either 'goto' or recursive functions.
>>>
>>> Conditional branches, including 'if', '?:', etc., are not strictly
>>> necessary either.
>>
>> No? - Can you give an example of your statement?
>
> Look at example that I posted (apparently neither you nor Tim
> looked at my posts [...]
What makes you think I didn't?