Sujet : Re: Command Languages Versus Programming Languages
De : jfairchild (at) *nospam* tudado.org (Johanne Fairchild)
Groupes : comp.unix.shell comp.unix.programmer comp.lang.miscDate : 29. Mar 2024, 21:38:48
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <87r0fsq14n.fsf@tudado.org>
References : 1 2 3 4 5 6 7 8
"David W. Hodgins" <
dwhodgins@nomail.afraid.org> writes:
[...]
The terminology will continue to be used, but the distinction does not
matter, except from a speed of processing difference.
Just to share that I, personally, don't use the distinction. For
instance, I say that
"the answer is %.2f\n"
is a program that builds a string given its usual context. I say that
awk '1; { print "" }'
is a program to double-space a file. I haven't said ``script'' in
years.