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 <vcuupr$2pg09$1@paganini.bofh.team>
Deutsch   English   Français   Italiano  
<vcuupr$2pg09$1@paganini.bofh.team>

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

Path: ...!2.eu.feeder.erje.net!feeder.erje.net!nntp.comgw.net!newsfeed.bofh.team!paganini.bofh.team!not-for-mail
From: R Daneel Olivaw <Danny@hyperspace.vogon.gov>
Newsgroups: comp.os.linux.misc,alt.folklore.computers
Subject: Re: The joy of FORTRAN
Date: Tue, 24 Sep 2024 20:01:31 +0200
Organization: To protect and to server
Message-ID: <vcuupr$2pg09$1@paganini.bofh.team>
References: <pan$96411$d204da43$cc34bb91$1fe98651@linux.rocks>
 <5mqdnZuGq4lgwm_7nZ2dnZfqnPSdnZ2d@earthlink.com>
 <vcub5c$36h63$1@dont-email.me> <1r0e6u9.1tubjrt1kapeluN%snipeco.2@gmail.com>
 <llgckbF2sq0U3@mid.individual.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Tue, 24 Sep 2024 18:01:31 -0000 (UTC)
Injection-Info: paganini.bofh.team; logging-data="2932745"; posting-host="XBJBjenliTep7OIZ0g9xdw.user.paganini.bofh.team"; mail-complaints-to="usenet@bofh.team"; posting-account="9dIQLXBM7WM9KzA+yjdR4A";
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101
 SeaMonkey/2.53.18.2
X-Notice: Filtered by postfilter v. 0.9.3
Bytes: 1855
Lines: 15

rbowman wrote:
> On Tue, 24 Sep 2024 14:11:19 +0100, Sn!pe wrote:
> 
>> No mention of ALGOL, the ALGorithmic Language?  It was contemporaneous
>> with both FORmula TRANslator and COmmon Business-Oriented Language.
>> <https://en.wikipedia.org/wiki/ALGOL>
> 
> ALGOL's impact on succeeding languages was much greater than its actual
> use.
> 

ALGOL60 was the language where a test of equality between two floating 
point numbers was actually a test of "close enough for ALGOL".  If I 
want to test for "approximately equal" then I want a different operator.
How well did it handle character strings?  Any language which could not 
handle them was a language I wanted no part of.