Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connectionsPath: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Muttley@dastardlyhq.com
Newsgroups: comp.unix.shell,comp.unix.programmer,comp.lang.misc
Subject: Re: Command Languages Versus Programming Languages
Date: Fri, 5 Apr 2024 15:09:47 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 29
Message-ID:
References:
<20240329084454.0000090f@gmail.com>
<20240329101248.556@kylheku.com>
<20240329104716.777@kylheku.com>
<20240330112105.553@kylheku.com>
<87r0fp8lab.fsf@tudado.org>
<87wmpg7gpg.fsf@tudado.org>
<87plv6jv1i.fsf@nosuchdomain.example.com>
Injection-Date: Fri, 05 Apr 2024 15:09:47 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="ea34a2914be4a50473d0f8fb4079a58e";
logging-data="1529836"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19gbDXX1EEAbLZx3bLj5xPX"
Cancel-Lock: sha1:FLACI9DsSdGxBOQFUHU2i2fJRq8=
Bytes: 2559
On Fri, 5 Apr 2024 12:40:02 -0000 (UTC)
candycanearter07 wrote:
>Muttley@dastardlyhq.com wrote at 09:17 this Friday
>(GMT):
>> On Thu, 4 Apr 2024 23:29:21 -0000 (UTC)
>> Lawrence D'Oliveiro wrote:
>>>On 4 Apr 2024 11:20:48 GMT, Stefan Ram wrote:
>>>
>>>> And let me tell you, when you start getting into that kind of nested
>>>> stuff with not parentheses in view, even the "?:" notation can start
>>>> looking pretty darn mysterious to some folks.
>>>
>>>This is where indentation helps. E.g.
>>>
>>> a =
>>> b ?
>>> c ? d : e
>>> : f ?
>>> g ? h : i
>>> : j;
>>
>> Just use brackets. Saves a lot of pain.
>
>
>Or just use if blocks if it's too complex.
Indeed. It might not look as "l33t", but with modern compilers it'll end
up as the same assembler anyway.