ALGOL X

ALGOL X was the code name given to the programming language which the International Federation for Information Processing (IFIP) IFIP Working Group 2.1 on Algorithmic Languages and Calculi, which supports and maintains the programming languages ALGOL 60 and ALGOL 68,[1] was to develop as a successor to ALGOL 60. It attempted to find a "short-term solution to existing difficulties".

According to de Morgan[2] "... the Algol 60 devotees had not been idle... they set out to eliminate the dreaded Remaining Trouble Spots. They called their Algol 60 'Modified'."

One ALGOL X compiler is known to have existed. It was written with the Automated Engineering Design (AED-0) system, also termed ALGOL Extended for Design, by Douglas T. Ross of the Massachusetts Institute of Technology (MIT).[3][4]

Example class definition: (an extract from AB26.2.2)

class expression is constant (real value) ora variable (string printname)
   ora class pair is (sum ora difference ora product 
       ora quotient)((expression) left operand, right operand, derivative);

Example class usage:

 (expression) X; (constant) Y; (pair) Z; (product) Q;

 X := Y:= constant(10.5);
 Z := Q := product(variable("ALPHA"), constant(2.), constant(2.))

"Initially the proposal for an update to Algol was Algol X, with Algol Y being the name reserved for the corresponding metalanguage. Van Wijngaarden produced a paper for the 1963 IFIP programming language committee, entitled “Generalized Algol,” which contained the basic concepts which were eventually incorporated into Algol 68."

The ALGOL Bulletin on ALGOL X

  • AB21.3.1 – G. Seegmuller: Some proposals for ALGOL X
  • AB21.3.2 – Joachim von Peschke: Proposals for ALGOL X
  • AB22.3.2 – J.N. Merner: Own concept and ALGOL X
  • AB22.3.10 – M. Woodger: ALGOL X, Note on the proposed successor to ALGOL 60
  • AB25.0.1 – ALGOL Bulletin – ALGOL X
  • AB26.2.2 – Douglas T. Ross: Features essential for a workable ALGOL X

See also

References

  1. Swierstra, Doaitse; Gibbons, Jeremy; Meertens, Lambert (2011-03-02). "ScopeEtc: IFIP21: Foswiki". Foswiki. Retrieved 2020-08-12.
  2. Algol Bulletin 41, July 1977, The Algollers
  3. Ross, Douglas T. (October 1966). "An Algorithmic Theory of Language (AB26.2.2)". Defense Technical Information Center. Massachusetts Institute of Technology. p. 6. Retrieved 2020-08-12.
  4. Ross, D. T. (August 1967). "AB26.2.2 Features Essential for a Workable ALGOL X". ACM SIGPLAN Notices: ALGOL Bulletin. Association for Computing Machinery. 26 (2). Retrieved 2020-08-12.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.