Deutsch   English   Français   Italiano  
<vbj84k$1qcij$1@dont-email.me>

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

Path: ...!news.mixmin.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Janis Papanagnou <janis_papanagnou+ng@hotmail.com>
Newsgroups: comp.lang.c
Subject: Re: on changing paradigm of assign call
Date: Sun, 8 Sep 2024 06:10:59 +0200
Organization: A noiseless patient Spider
Lines: 19
Message-ID: <vbj84k$1qcij$1@dont-email.me>
References: <ec5339abbc9920049b4f4b79a62ca2702df730e6@i2pn2.org>
 <vb35b0$1qeok$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
Injection-Date: Sun, 08 Sep 2024 06:11:00 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="cedab109241535991cb224f8b499cda5";
	logging-data="1913427"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1/Rn6awm6X7QmXpTL5Eg5Oi"
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101
 Thunderbird/45.8.0
Cancel-Lock: sha1:WiB7vw6wld6dcZDYJEYflNcB6A4=
X-Enigmail-Draft-Status: N1110
In-Reply-To: <vb35b0$1qeok$1@dont-email.me>
Bytes: 1607

On 02.09.2024 03:45, Lawrence D'Oliveiro wrote:
> On Sun, 01 Sep 2024 16:15:37 +0200, fir wrote:
> 
>>   int x = foo()
>>
>> annoying is especially this "=" sign as this is not quite assignment
>> imo
> 
> The original symbol as used in Algol-like languages was “:=”.

Well, for assignments that's true. But the '=' symbol has also been
used in Algol 68 as an identity operator (to define constants), and
above  int x = foo()  can be interpreted as such.

Janis

> [...]