Re: Languages from the 1950s

"Derek M. Jones" <derek@_NOSPAM_knosof.co.uk>
Wed, 1 Apr 2020 17:35:01 +0100

          From comp.compilers

Related articles
Languages from the 1950s derek@_NOSPAM_knosof.co.uk (Derek M. Jones) (2020-03-30)
Re: Languages from the 1950s anton@mips.complang.tuwien.ac.at (2020-03-31)
Re: Languages from the 1950s derek@_NOSPAM_knosof.co.uk (Derek M. Jones) (2020-03-31)
Re: Languages from the 1950s gah4@u.washington.edu (2020-03-31)
Re: Languages from the 1950s robin51@dodo.com.au (Robin Vowels) (2020-04-01)
Re: Languages from the 1950s pkk@spth.de (Philipp Klaus Krause) (2020-04-01)
Re: Languages from the 1950s derek@_NOSPAM_knosof.co.uk (Derek M. Jones) (2020-04-01)
Re: Languages from the 1950s robin51@dodo.com.au (Robin Vowels) (2020-04-02)
Re: Languages from the 1950s rst@panix.com (2020-05-10)
Re: Languages from the 1950s martin@gkc.org.uk (Martin Ward) (2020-05-13)
Re: Languages from the 1950s robin51@dodo.com.au (Robin Vowels) (2020-09-03)
| List of all articles for this month |

From: "Derek M. Jones" <derek@_NOSPAM_knosof.co.uk>
Newsgroups: comp.compilers
Date: Wed, 1 Apr 2020 17:35:01 +0100
Organization: virginmedia.com
References: 20-03-030 20-04-002
Injection-Info: gal.iecc.com; posting-host="news.iecc.com:2001:470:1f07:1126:0:676f:7373:6970"; logging-data="16463"; mail-complaints-to="abuse@iecc.com"
Keywords: history, comment
Posted-Date: 01 Apr 2020 13:20:09 EDT
In-Reply-To: 20-04-002
Content-Language: en-US

Robin,


> A programming manual c. 1958 for GEORGE:
>
> http://members.iinet.net.au/~dgreen/deuce/GEORGEProgrammingManual.pdf


Thanks for this. The names of languages are easy to find, but manuals
describing them are hard to find (added you link to the Deuce Wikipedia page).


One of the uses of language manuals is in working out when language features
first started being used.


For instance, Lisp seems to be the first to use garbage collection. But in the
world of tiny memory there might be an earlier language that garbage collected.


--
Derek M. Jones
blog:shape-of-code.coding-guidelines.com
[Remember that in that era even stack allocation of local variables wasn't
well understood. I gather it came as a surprise to many that
Algol60's recursion and memory allocation were easy to implement. I
would expect any dynamic allocation to have been extremely ad-hoc
-John]


Post a followup to this message

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