Re: language design after Algol 60

Gene Wirchenko <genew@telus.net>
Wed, 18 Apr 2018 16:12:10 -0700

          From comp.compilers

Related articles
[11 earlier articles]
Re: language design after Algol 60 robin51@dodo.com.au (Robin Vowels) (2018-04-14)
Re: language design after Algol 60 bc@freeuk.com (bartc) (2018-04-14)
Re: language design after Algol 60 anw@cuboid.co.uk (Andy Walker) (2018-04-15)
RE: language design after Algol 60 costello@mitre.org (Costello, Roger L.) (2018-04-16)
Re: language design after Algol 60 robin51@dodo.com.au (Robin Vowels) (2018-04-17)
Re: Language design after Algol 60 robin51@dodo.com.au (Robin Vowels) (2018-04-18)
Re: language design after Algol 60 genew@telus.net (Gene Wirchenko) (2018-04-18)
Re: language design after Algol 60 martin@gkc.org.uk (Martin Ward) (2018-05-01)
| List of all articles for this month |

From: Gene Wirchenko <genew@telus.net>
Newsgroups: comp.compilers
Date: Wed, 18 Apr 2018 16:12:10 -0700
Organization: A noiseless patient Spider
References: 18-03-042 18-03-047 18-03-075 18-03-079 18-03-101 18-04-002 18-04-003 18-04-004 18-04-024 18-04-034 18-04-041 18-04-046 18-04-050 18-04-063 18-04-064 18-04-074 18-04-075
Injection-Info: gal.iecc.com; posting-host="news.iecc.com:2001:470:1f07:1126:0:676f:7373:6970"; logging-data="91054"; mail-complaints-to="abuse@iecc.com"
Keywords: PL/I, history
Posted-Date: 19 Apr 2018 01:20:24 EDT

On Tue, 17 Apr 2018 19:08:57 +1000, Our Esteemed Moderator wrote:


[snip]


>[BTW, the current specification of Fortran is longer than that of PL/I.]
>
>[Perhaps he meant that it was impossible for *him* to master the language.
>It does have some odd rough edges, e.g., give or take my recollection of
>the syntax:
>
> DCL (A,B,C) CHAR(3);
> A = '123';
> B = '456';
> C = A+B;
>
>What does C contain? Answer: three spaces. -John]


          There was an even weirder PL/I one that I tried to find but can
not. As I recall, it was five implicit conversions that ended up with
a value opposite to the starting value.


Sincerely,


Gene Wirchenko


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.