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 <vcva2s$3bcrt$6@dont-email.me>
Deutsch   English   Français   Italiano  
<vcva2s$3bcrt$6@dont-email.me>

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

Path: ...!feeds.phibee-telecom.net!3.eu.feeder.erje.net!feeder.erje.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Lawrence D'Oliveiro <ldo@nz.invalid>
Newsgroups: comp.os.linux.misc,alt.folklore.computers
Subject: Re: The joy of FORTRAN
Date: Tue, 24 Sep 2024 21:14:04 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 25
Message-ID: <vcva2s$3bcrt$6@dont-email.me>
References: <pan$96411$d204da43$cc34bb91$1fe98651@linux.rocks>
	<5mqdnZuGq4lgwm_7nZ2dnZfqnPSdnZ2d@earthlink.com>
	<vcub5c$36h63$1@dont-email.me> <1r0e6u9.1tubjrt1kapeluN%snipeco.2@gmail.com>
	<vcuib9$37rge$5@dont-email.me> <6tDIO.25202$afc4.3071@fx42.iad>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Tue, 24 Sep 2024 23:14:04 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="674280cc33f5e0467b40694e2ad610e4";
	logging-data="3519357"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX18ti4JUZDosqVIO491uPmS6"
User-Agent: Pan/0.160 (Toresk; )
Cancel-Lock: sha1:EwIn35RyqHVTNJLqmMZR7O/LT/c=
Bytes: 2360

On Tue, 24 Sep 2024 18:24:02 GMT, Charlie Gibbs wrote:

> At the risk of planting flame bait <nudge, nudge>, here in North America
> Algol was generally considered the domain of computer science weenies,
> while FORTRAN and COBOL were used for applications in the Real World
> [tm] (science/engineering and business, respectively).

It didn’t help that Algol-60 had nothing resembling standardized I/O 
facilities, whereas these were an integral feature of both Fortran and 
COBOL.

This was remedied later in Algol-68, at the cost of adding a lot of 
complexity.

This was in the days before POSIX, of course, when every computer system 
seemed to do I/O entirely differently. Most of those, um, idiosyncrasies, 
have thankfully evaporated.

> So does PL/I (or is it PL/1 this week?), which allowed data structures
> to be declared COBOL-style.

PL/I was IBM’s attempt at a Grand Unification of both “business” and 
“scientific” programming in one language. If you thought C++ programming 
was full of surprises when your program did unexpected things, PL/I 
invented the whole genre of “surprise-ridden programming language”.