Jump to content

ALGOL 60: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
Historically important programming language, descendants include [[Pascal]], [[C]], [[C++]], [[Modula-2]], [[BCPL]], [[PL/I]], [[Oberon]], [[Java]], [[Simula]] and [[Smalltalk]]. Initially introduced in 1958 as IAL with the name changed to ALGOL in 1960, but that original variant is now usually known as '''Algol-58''', it drew its inspiration from the work of Heinz Rutishauser on algorithmic programming and the languages Superplan, IT, Plankalkül and [[FORTRAN]].
Historically important programming language, descendants include [[Pascal]], [[C]], [[C++]], [[Modula-2]], [[BCPL]], [[PL/I]], [[Oberon]], [[Java]], [[Simula]] and [[Smalltalk]]. Initially introduced in 1958 as IAL with the name changed to ALGOL in 1960, but that original variant is now usually known as '''Algol-58''', it drew its inspiration from the work of Heinz Rutishauser on algorithmic programming and the languages Superplan, IT, Plankalkül and [[FORTRAN]].


====Algol-W====
==Algol-W==
By now mostly forgotten, but at the time a superior implementation of ALGOL available for the [[IBM]] [[System 360]] and based on the earlier Euler Algol variant. Source code for the Stanford distribution can be [http://www.softwarepreservation.org/projects/ALGOL/source/algol_w/mts/d3.0/ found here]. Algol-W like its immediate predecessor Euler Algol was written by Niklaus Wirth in PL/360, and is in turn the immediate predecessor to Pascal, although the latter language is smaller as it was not intended to be a systems language like Algol-W and Euler. Notably the original [[Prolog]] implementation, one of the few programming languages today that are not related in any way to ALGOL was actually developed in Algol-W.
By now mostly forgotten, but at the time a superior implementation of ALGOL available for the [[IBM]] [[System 360]] and based on the earlier Euler Algol variant. Source code for the Stanford distribution can be [http://www.softwarepreservation.org/projects/ALGOL/source/algol_w/mts/d3.0/ found here]. Algol-W like its immediate predecessor Euler Algol was written by Niklaus Wirth in PL/360, and is in turn the immediate predecessor to Pascal, although the latter language is smaller as it was not intended to be a systems language like Algol-W and Euler. Notably the original [[Prolog]] implementation, one of the few programming languages today that are not related in any way to ALGOL was actually developed in Algol-W.


====Algol 68====
==Algol 68==
Pretty much the only variant of the language that sees any use these days, and is in fact seeing something of a mini-renaissance. Algol-68 reached a surprising popularity in Holland with the universities there refusing to buy computer systems that did not support the language in the 70's. There is at the least one very good implementation for 32 bit OS/2 showed up in the form of [[OCCL Algol 68]].
Pretty much the only variant of the language that sees any use these days, and is in fact seeing something of a mini-renaissance. Algol-68 reached a surprising popularity in Holland with the universities there refusing to buy computer systems that did not support the language in the 70's. There is at the least one very good implementation for 32 bit OS/2 showed up in the form of [[OCCL Algol 68]].


Other variations of the language include the Japanese '''ALGOL-N''' a simplified subset of Algol-68 that was quite popular in Asia in the 1970's in particular on Japanese computer hardware.  
Other variations of the language include the Japanese '''ALGOL-N''' a simplified subset of Algol-68 that was quite popular in Asia in the 1970's in particular on Japanese computer hardware.
 
==A list of OS/2 implementations of Algol==
==A list of OS/2 implementations of Algol==
* [[A68ToC]] - Public Domain Algol68-to-C translator
* [[A68ToC]] - Public Domain Algol68-to-C translator
* [[OCCL Algol 68]] - Commercial - Discontinued
* [[OCCL Algol 68]] - Commercial - Discontinued


 
===OS/2 text editors with Algol support===
====OS/2 Libraries and class libraries====
*
 
====GUI and application generators with Algol output====
*
 
====Translators that generate Algol output====
*
 
====Workframes and or IDE's====
*
 
====OS/2 text editors with Algol support====
* [[Lugaru Epsilon]] - Algol 68 syntax highlighting, code folding and syntax-aware autoindent available as a seperate download. - Commercial.
* [[Lugaru Epsilon]] - Algol 68 syntax highlighting, code folding and syntax-aware autoindent available as a seperate download. - Commercial.


Line 33: Line 21:
* [http://www.nunan.myzen.co.uk/algol68/a68mk2.zip Algol Applications Ltd MK2 Algol-68] - Freeware - Discontinued
* [http://www.nunan.myzen.co.uk/algol68/a68mk2.zip Algol Applications Ltd MK2 Algol-68] - Freeware - Discontinued


====Algol like languages====
===Algol like languages===
* [[muSIMP]]
* [[muSIMP]]


==A list of Algol implementations that run under WinOS/2==
*
==A list of Algol implementations that run under Java==
*
==A list of Algol implementations in JavaScript==
*
==Generic or cross platform source code==
==Generic or cross platform source code==
* [http://www.softwarepreservation.org/projects/ALGOL/source/hemker/mgtext.txt/view A library of multigrid routines] - For Algol 68 - By P. W. Hemker and P. M. de Zeeuw.
* [http://www.softwarepreservation.org/projects/ALGOL/source/hemker/mgtext.txt/view A library of multigrid routines] - For Algol 68 - By P. W. Hemker and P. M. de Zeeuw.
Line 49: Line 30:
* C. H. Lindsey and S. G. van der Meulen: [http://www.softwarepreservation.org/projects/ALGOL/book/Lindsey_van_der_Meulen-IItA68-Revised.pdf Informal Introduction to ALGOL 68 Revised Edition] - 1980 revised editon - PDF file
* C. H. Lindsey and S. G. van der Meulen: [http://www.softwarepreservation.org/projects/ALGOL/book/Lindsey_van_der_Meulen-IItA68-Revised.pdf Informal Introduction to ALGOL 68 Revised Edition] - 1980 revised editon - PDF file
* Sian Leitch: [http://www.nunan.myzen.co.uk/algol68/pame.pdf Programming Algol 68 Made Easy] - 2002 - [[PDF]] file
* Sian Leitch: [http://www.nunan.myzen.co.uk/algol68/pame.pdf Programming Algol 68 Made Easy] - 2002 - [[PDF]] file
====Local articles====
*


==External articles==
==External articles==
* Mikhail A. Bulyonkov, Alexandre F. Rar, Andrey N. Terekhov: [http://www.computer-museum.ru/english/algol68.htm Algol 68 – 25 Years in the USSR]
* Mikhail A. Bulyonkov, Alexandre F. Rar, Andrey N. Terekhov: [http://www.computer-museum.ru/english/algol68.htm Algol 68 – 25 Years in the USSR]
====Tutorials and other learning material====


==Standards==
==Standards==

Revision as of 18:53, 8 November 2016

Historically important programming language, descendants include Pascal, C, C++, Modula-2, BCPL, PL/I, Oberon, Java, Simula and Smalltalk. Initially introduced in 1958 as IAL with the name changed to ALGOL in 1960, but that original variant is now usually known as Algol-58, it drew its inspiration from the work of Heinz Rutishauser on algorithmic programming and the languages Superplan, IT, Plankalkül and FORTRAN.

Algol-W

By now mostly forgotten, but at the time a superior implementation of ALGOL available for the IBM System 360 and based on the earlier Euler Algol variant. Source code for the Stanford distribution can be found here. Algol-W like its immediate predecessor Euler Algol was written by Niklaus Wirth in PL/360, and is in turn the immediate predecessor to Pascal, although the latter language is smaller as it was not intended to be a systems language like Algol-W and Euler. Notably the original Prolog implementation, one of the few programming languages today that are not related in any way to ALGOL was actually developed in Algol-W.

Algol 68

Pretty much the only variant of the language that sees any use these days, and is in fact seeing something of a mini-renaissance. Algol-68 reached a surprising popularity in Holland with the universities there refusing to buy computer systems that did not support the language in the 70's. There is at the least one very good implementation for 32 bit OS/2 showed up in the form of OCCL Algol 68.

Other variations of the language include the Japanese ALGOL-N a simplified subset of Algol-68 that was quite popular in Asia in the 1970's in particular on Japanese computer hardware.

A list of OS/2 implementations of Algol

OS/2 text editors with Algol support

  • Lugaru Epsilon - Algol 68 syntax highlighting, code folding and syntax-aware autoindent available as a seperate download. - Commercial.

A list of DOS implementations of Algol

Algol like languages

Generic or cross platform source code

Publications

External articles

Standards

Algol history

  • Initially evolved out of a number of ideas, but the first proposal was made by Heinz Rutishauser in his paper Automatische Rechenplanfortigung bei Programingesteurten Rechenmaschinen in 1951 but the language proposed there became known as Superplan, the paper also available in an English translation. Most of the work made in making Algol a reality was done by the "Zűrich, Mainz, Műnchen, Darmstadt" group, or ZMMD that both had say on the Algol 58 standard and adapted their existing Algorithmic Compiler to the language in 1958.