Sujet : Re: Command Languages Versus Programming Languages
De : bc (at) *nospam* freeuk.com (Bart)
Groupes : comp.unix.shell comp.unix.programmer comp.lang.miscDate : 11. Oct 2024, 00:09:39
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <ve9mrh$3aiao$2@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12
User-Agent : Mozilla Thunderbird
On 10/10/2024 21:31, Rainer Weikusat wrote:
Kaz Kylheku <643-408-1753@kylheku.com> writes:
Thinks start to become complicated once references to complex objects
are involved. Eg,
@{$$a[0]}
is the array referred to by the first item of the array $a refers to and
${$$a[0]}[0]
which seriously starts to look like a trench fortification with
barbed-wire obstacles is a way to refer to the first element of this
array.
I thought you were defending the language. Now you seem to be agreeing with how bad this syntax is.