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 <20240507113845.000049ee@yahoo.com>
Deutsch   English   Français   Italiano  
<20240507113845.000049ee@yahoo.com>

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

Path: ...!3.eu.feeder.erje.net!feeder.erje.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Michael S <already5chosen@yahoo.com>
Newsgroups: comp.arch
Subject: Re: The Design of Design
Date: Tue, 7 May 2024 11:38:45 +0300
Organization: A noiseless patient Spider
Lines: 30
Message-ID: <20240507113845.000049ee@yahoo.com>
References: <v03uh5$gbd5$1@dont-email.me>
	<868r0xum1h.fsf@linuxsc.com>
	<v0tvvk$3a4e9$1@dont-email.me>
	<86edaetv8g.fsf@linuxsc.com>
	<v1cj6p$341o4$2@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Injection-Date: Tue, 07 May 2024 10:38:41 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="ea780706f6235350374ba786d9eaef9b";
	logging-data="3323295"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1+4n8MjdDFQx9aim/s0zEXD7fu2lcG4vIk="
Cancel-Lock: sha1:e9xtIeWsbWSNfWOkWXsDtKRFhfE=
X-Newsreader: Claws Mail 3.19.1 (GTK+ 2.24.33; x86_64-w64-mingw32)
Bytes: 2298

On Tue, 7 May 2024 06:54:17 -0000 (UTC)
Thomas Koenig <tkoenig@netcologne.de> wrote:

> Tim Rentsch <tr.17687@z991.linuxsc.com> schrieb:
> 
> > Like I said, I'm not a fan of JCL, not at all, I just
> > think it wasn't as bad as the commentary in The Design of Design
> > makes it out to be.  
> 
> I think the point he made is subtly different.
> 
> The UNIX shells have demonstrated that a command interface is,
> and should be, a programming language in its own right.  

I wouldn't give that credit to UNIX.
I was not around, but my impression is that by time of creation of UNIX
it was a common understanding. For example, DEC supplied RSX-11 with
DCL at about the same time [as UNIX got Thompson shell) and I never
heard that anybody considered it novel.

> JCL has
> the rudiments of a programming language with its COND parameter
> (which ties my brain into knots every time I think about it) and
> the possibility of iteration via submitting new jobs via INTRDR,
> plus its macro facility (but with global variables only).
> 
> Viewed through that lens, I can't think of any (serious) programming
> language that is worse than JCL.  Joke languages need not apply.