Jump to content

ALGOL 68: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Ak120 (talk | contribs)
mNo edit summary
Line 3: Line 3:
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.


==OS/2 implementations of ALGOL 68==
==OS/2 implementations==
*A68ToC - Public Domain Algol68-to-C translator
*A68ToC - Public Domain Algol68-to-C translator
*[[OCCL Algol 68]] - Commercial - Discontinued
*[[OCCL Algol 68]] - Commercial - Discontinued
Line 10: Line 10:
* [[Lugaru Epsilon]] - syntax highlighting, code folding and syntax-aware autoindent available as a seperate download - Commercial
* [[Lugaru Epsilon]] - syntax highlighting, code folding and syntax-aware autoindent available as a seperate download - Commercial


==DOS implementations of ALGOL 68==
==DOS implementations==
* [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


Line 27: Line 27:
* The original [http://www.fh-jena.de/~kleine/history/languages/Algol68-Report.pdf Algol 68 Report] and the [http://www.fh-jena.de/~kleine/history/languages/Algol68-ReportAttachement.pdf Official attachement sheet]
* The original [http://www.fh-jena.de/~kleine/history/languages/Algol68-Report.pdf Algol 68 Report] and the [http://www.fh-jena.de/~kleine/history/languages/Algol68-ReportAttachement.pdf Official attachement sheet]
* [http://jmvdveer.home.xs4all.nl/report.html  Revised Report on the Algorithmic Language Algol 68] - 1976 - Edited by A. van Wijngaarden, B.J. Mailloux, J.E.L. Peck, C.H.A. Koster, M. Sintzoff, C.H. Lindsey, L.G.T. Meertens and R.G.Fisker - The report that most later international standards are based on. - The revised version also had an official sub-language and its own [http://www.fh-jena.de/~kleine/history/languages/Algol68-RR-Sublanguage.pdf Report]
* [http://jmvdveer.home.xs4all.nl/report.html  Revised Report on the Algorithmic Language Algol 68] - 1976 - Edited by A. van Wijngaarden, B.J. Mailloux, J.E.L. Peck, C.H.A. Koster, M. Sintzoff, C.H. Lindsey, L.G.T. Meertens and R.G.Fisker - The report that most later international standards are based on. - The revised version also had an official sub-language and its own [http://www.fh-jena.de/~kleine/history/languages/Algol68-RR-Sublanguage.pdf Report]
*[https://jmvdveer.home.xs4all.nl/algol.html Algol 68 Genie]


[[Category:Programming Languages]]
[[Category:Programming Languages]]

Revision as of 23:27, 6 October 2017

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.

OS/2 implementations

  • A68ToC - Public Domain Algol68-to-C translator
  • OCCL Algol 68 - Commercial - Discontinued

OS/2 text editors with ALGOL 68 support

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

DOS implementations

Generic or cross platform source code

Publications

  • C. H. Lindsey; S. G. van der Meulen:Informal Introduction to ALGOL 68 Revised Edition - 1980 PDF
  • Sian Leitch: Programming Algol 68 Made Easy - 2002 PDF

Articles

Links