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 <op.2le18gdja3w0dxdave@hodgins.homeip.net>
Deutsch   English   Français   Italiano  
<op.2le18gdja3w0dxdave@hodgins.homeip.net>

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: "David W. Hodgins" <dwhodgins@nomail.afraid.org>
Newsgroups: comp.unix.shell,comp.unix.programmer,comp.lang.misc
Subject: Re: Command Languages Versus Programming Languages
Date: Fri, 29 Mar 2024 18:32:30 -0400
Organization: A noiseless patient Spider
Lines: 25
Message-ID: <op.2le18gdja3w0dxdave@hodgins.homeip.net>
References: <uu54la$3su5b$6@dont-email.me> <uu636l$7haj$1@dont-email.me>
 <20240329084454.0000090f@gmail.com> <uu6om5$cmv8$1@dont-email.me>
 <20240329101248.556@kylheku.com> <uu6t9h$dq4d$1@dont-email.me>
 <20240329104716.777@kylheku.com> <op.2lerzhxda3w0dxdave@hodgins.homeip.net>
 <87r0fsq14n.fsf@tudado.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes
Content-Transfer-Encoding: 8bit
Injection-Date: Sat, 30 Mar 2024 01:28:17 +0100 (CET)
Injection-Info: dont-email.me; posting-host="653b9fe0a4065bdd89d0304484dcda61";
	logging-data="664182"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1+OE/rpiG08ptj3dMz9DuwoIl3ne+VEKCk="
User-Agent: Opera Mail/12.16 (Linux)
Cancel-Lock: sha1:g/EClLG8+xsb+nBOm9NMSREbdm8=
Bytes: 2135

On Fri, 29 Mar 2024 15:38:48 -0400, Johanne Fairchild <jfairchild@tudado.org> wrote:
> "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.

I still refer to text files, intended to be run through an interpreter such
as bash, as scripts, while things like c text files that must be compiled to
an object file and then linked to be executable as programs.

Regards, Dave Hodgins