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 connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <vais78$2k7o6$1@dont-email.me>
Deutsch   English   Français   Italiano  
<vais78$2k7o6$1@dont-email.me>

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

Path: ...!2.eu.feeder.erje.net!feeder.erje.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Lawrence D'Oliveiro <ldo@nz.invalid>
Newsgroups: comp.unix.shell,comp.unix.programmer,comp.lang.misc
Subject: Re: Command Languages Versus Programming Languages
Date: Mon, 26 Aug 2024 21:31:20 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 27
Message-ID: <vais78$2k7o6$1@dont-email.me>
References: <uu54la$3su5b$6@dont-email.me> <uui7hf$3gona$1@dont-email.me>
	<uuj1o5$3pvnq$1@dont-email.me> <87plv6jv1i.fsf@nosuchdomain.example.com>
	<wwv5xwyifq8.fsf@LkoBDZeT.terraraq.uk>
	<if-20240404121825@ram.dialup.fu-berlin.de> <uund4g$ugsb$1@dont-email.me>
	<uup8ul$1fr2t$1@dont-email.me>
	<indentation-20240405183703@ram.dialup.fu-berlin.de>
	<v8sleh$1g9s4$1@dont-email.me> <v8ubtt$1u86k$1@dont-email.me>
	<vaemm8$1q5l3$1@dont-email.me> <vaenk1$1qao1$2@dont-email.me>
	<vai9jb$2hae3$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Mon, 26 Aug 2024 23:31:20 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="eec8a5f8880ec9ebcfea2c2354da2438";
	logging-data="2760454"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1++NeJ2NsEoClBxmnMEwv8l"
User-Agent: Pan/0.160 (Toresk; )
Cancel-Lock: sha1:TyDm58aIrKCqKpdVoU3an4Sf2cE=
Bytes: 2332

On Mon, 26 Aug 2024 16:13:33 -0000 (UTC), Sebastian wrote:

> In comp.unix.programmer Lawrence D'Oliveiro <ldo@nz.invalid> wrote:
>>
>> On Sun, 25 Aug 2024 07:32:26 -0000 (UTC), Sebastian wrote:
>> 
>>> In comp.unix.programmer Lawrence D'Oliveiro <ldo@nz.invalid> wrote:
>>>
>>>>     a =
>>>>         b ?
>>>>             c ? d : e
>>>>         : f ?
>>>>             g ? h : i
>>>>         : j;
>>> 
>>> I find this more confusing than the parentheses.
>> 
>> Not accustomed to looking at source code in 2D? You have to feel your
>> way from symbol to symbol like brackets, rather than being able to see
>> overall shapes?
> 
> Says the guy who finds a few brackets so confusing that he
> Black-formatted a snippet of Lisp code.

I use the same principles in all my code.

(And I have no idea about this “Black” thing. I just do my thing.)