Deutsch English Français Italiano |
<vai9jb$2hae3$1@dont-email.me> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Sebastian <sebastian@here.com.invalid> Newsgroups: comp.unix.shell,comp.unix.programmer,comp.lang.misc Subject: Re: Command Languages Versus Programming Languages Date: Mon, 26 Aug 2024 16:13:33 -0000 (UTC) Organization: A noiseless patient Spider Lines: 20 Message-ID: <vai9jb$2hae3$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> Injection-Date: Mon, 26 Aug 2024 18:13:33 +0200 (CEST) Injection-Info: dont-email.me; posting-host="2d5bd45c60d35f5f7bcc223031b80b8a"; logging-data="2664899"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/oP1LSnD5mon0uT8qS12cHI869BGZZYRM=" User-Agent: tin/2.6.2-20221225 ("Pittyvaich") (Linux/6.1.0-18-amd64 (x86_64)) Cancel-Lock: sha1:xd1NBUjl1a3TLrvByrC0fpxp0jM= Bytes: 2009 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.