Deutsch   English   Français   Italiano  
<vaenk1$1qao1$2@dont-email.me>

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

Path: ...!weretis.net!feeder8.news.weretis.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: Sun, 25 Aug 2024 07:48:17 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 16
Message-ID: <vaenk1$1qao1$2@dont-email.me>
References: <uu54la$3su5b$6@dont-email.me>
	<LISP-20240402091729@ram.dialup.fu-berlin.de>
	<wrap-20240402092558@ram.dialup.fu-berlin.de> <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>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Sun, 25 Aug 2024 09:48:17 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="34188c213084fda325f5b7302b43292b";
	logging-data="1911553"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1/88IYU3adTgIIG0TkNNWq0"
User-Agent: Pan/0.160 (Toresk; )
Cancel-Lock: sha1:jbFqcOA3/bdQ/JkEkLRIKIFlRSM=
Bytes: 1963

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?