Jump to content

Talk:ALGOL 60

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 70.124.38.160 (talk) at 07:24, 2 June 2023 (There are no reserved word in ALGOL 60). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

WikiProject iconComputing: CompSci C‑class Mid‑importance
WikiProject iconThis article is within the scope of WikiProject Computing, a collaborative effort to improve the coverage of computers, computing, and information technology on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
CThis article has been rated as C-class on Wikipedia's content assessment scale.
MidThis article has been rated as Mid-importance on the project's importance scale.
Taskforce icon
This article is supported by WikiProject Computer science (assessed as Mid-importance).
Taskforce icon
This article is supported by Early computers task force (assessed as High-importance).
Things you can help WikiProject Computer science with:

OR and AND representations

Could someone check for the corresponding symbols of OR and AND in this language, and also their respective priority? Thanks. Teuxe (talk) 14:02, 23 November 2012 (UTC)[reply]

According to Algol Compilation and Assessment (B.A. Wichmann, 1973), and following the standard notations provided in Boolean algebra (logic), it appears that only the interpretation (and) and (or) of the symbols was incorrect in the Standard Operators table. Now fixed. Teuxe (talk) 14:16, 23 November 2012 (UTC)[reply]

Hello fellow Wikipedians,

I have just modified 3 external links on ALGOL 60. Please take a moment to review my edit. If you have any questions, or need the bot to ignore the links, or the page altogether, please visit this simple FaQ for additional information. I made the following changes:

When you have finished reviewing my changes, please set the checked parameter below to true or failed to let others know (documentation at {{Sourcecheck}}).

This message was posted before February 2018. After February 2018, "External links modified" talk page sections are no longer generated or monitored by InternetArchiveBot. No special action is required regarding these talk page notices, other than regular verification using the archive tool instructions below. Editors have permission to delete these "External links modified" talk page sections if they want to de-clutter talk pages, but see the RfC before doing mass systematic removals. This message is updated dynamically through the template {{source check}} (last update: 5 June 2024).

  • If you have discovered URLs which were erroneously considered dead by the bot, you can report them with this tool.
  • If you found an error with any archives or the URLs themselves, you can fix them with this tool.

Cheers.—InternetArchiveBot (Report bug) 05:10, 1 October 2016 (UTC)[reply]

Hello fellow Wikipedians,

I have just modified 3 external links on ALGOL 60. Please take a moment to review my edit. If you have any questions, or need the bot to ignore the links, or the page altogether, please visit this simple FaQ for additional information. I made the following changes:

When you have finished reviewing my changes, you may follow the instructions on the template below to fix any issues with the URLs.

This message was posted before February 2018. After February 2018, "External links modified" talk page sections are no longer generated or monitored by InternetArchiveBot. No special action is required regarding these talk page notices, other than regular verification using the archive tool instructions below. Editors have permission to delete these "External links modified" talk page sections if they want to de-clutter talk pages, but see the RfC before doing mass systematic removals. This message is updated dynamically through the template {{source check}} (last update: 5 June 2024).

  • If you have discovered URLs which were erroneously considered dead by the bot, you can report them with this tool.
  • If you found an error with any archives or the URLs themselves, you can fix them with this tool.

Cheers.—InternetArchiveBot (Report bug) 10:19, 15 December 2017 (UTC)[reply]

ALCOR-ILLINOIS 7090 ALGOL Compiler

Just to let people know that I will in a few days add a new entry to the table: The ALCOR-ILLINOIS 7090 ALGOL Compiler. Started in 1962 in Illinois and completed in 1964 in Munich, Germany. I have two references, one is: Gries, Paul, and Wiehle. Some techniques used in the ALCOR-Illinois 7090. Comm. ACM 8 (August 1965), 496-500. It's strange but I didn't see this webpage all these years. David Gries DavidGries (talk) 13:05, 19 January 2018 (UTC)[reply]

Introductions to ALGOL 60 in 1960s

  • "ARTICLES: ALGOL - A Simple Explanation". Computers and Automation. XI (11). 196211.pdf: 17–19. Nov 1962.{{cite journal}}: CS1 maint: others (link)
  • Woodger, M. (1 February 1960). "An Introduction to ALGOL 60". The Computer Journal. 3 (2): 67–75. doi:10.1093/comjnl/3.2.67. ISSN 0010-4620. --89.25.210.104 (talk) 19:59, 22 September 2018 (UTC)[reply]
The author needs to be named in the reference, but it would be better to put these citations in the article, not the talk page, unless they need discussion before they're included. --Northernhenge (talk) 00:07, 24 September 2018 (UTC)[reply]

Clarify how Algo60 "allowed for" call by name and call by value

I've added a request for clarification to the discussion of call by name in the "Properties" section. To clarify this request: when the text says that Algol 60 "allowed for" both call by name and call by value, does this mean that a conforming implementation could choose to provide one or the other? Or does it mean that the language provided some mechanism whereby a programmer could choose one evaluation strategy or the other (e.g. by declaring or calling the procedure in a particular way?) VoluntarySlave (talk) 00:23, 10 November 2018 (UTC)[reply]

I updated the section; it was specified as part of the procedure declaration, as in

 procedure foo(v, n)  value v;  integer v, n;  — Preceding unsigned comment added by 173.76.121.238 (talk) 00:30, 19 February 2020 (UTC)[reply] 

There are no reserved word in ALGOL 60

There are no reserved words[1] in ALGOL 60. ALGOL 60#ALGOL 60 Reserved words and restricted identifiers does not describe ALGOL 60 itself, but rather a set of implementations by Burroughs. Shmuel (Seymour J.) Metz Username:Chatul (talk) 16:27, 4 January 2021 (UTC)[reply]

Indeed. And the concept of stropping is not mentioned once.

References

  1. ^ Peter Naur, ed. (January 1963). "Revised Report on the Algorithmic Language Algol 60". Communications of the ACM. 6 (1). Association for Computing Machinery: 1–17. doi:10.1145/366193.366201. S2CID 7853511. (1) It should be particularly noted that throughout the reference language underlining [here this looks like underlined; N.L.] is used for defining independent basic symbols (see sections 2.2.2 and 2.3). These are understood to have no relation to the individual letters of which they are composed. Within the present report underlining will be used for no other purposes. {{cite journal}}: Unknown parameter |authors= ignored (help)

Dates for CDC and IBM

Does anybody have the dates for ALGOL 60 under SCOPE on the CDC 6600 and OS/360 on the IBM System/360? --Shmuel (Seymour J.) Metz Username:Chatul (talk) 11:33, 4 January 2022 (UTC)[reply]

Associativity of operators?

Could someone please address associativity as well?

2601:1C2:881:3630:B49F:BCD4:797C:7F32 (talk) 16:50, 10 September 2022 (UTC) A Nony Mouse[reply]

What are these single quotes ("'") for?

In the 2nd to last code sample (Hello World for Elliott 803 Algol (A104)) there are 3 single quotes, each at the end of a line.

It is not clear to me what they are for.

My updated understanding suggests they could be stropping, but I remain stumped about these precise usages.

2601:1C2:881:3630:B49F:BCD4:797C:7F32 (talk) 00:48, 11 September 2022 (UTC) A Nony Mouse[reply]

Dangling IF?

Should there be a description of the "dangling IF" issue in ALGOL 60? -- Shmuel (Seymour J.) Metz Username:Chatul (talk)