Jump to content

ALGOL W: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Created page with "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 ..."
 
Ak120 (talk | contribs)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
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 [http://www.softwarepreservation.org/projects/ALGOL/source/algol_w/mts/d3.0/ 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 found [http://www.softwarepreservation.org/projects/ALGOL/source/algol_w/mts/d3.0/ 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.


==Links==
==Links==
* The original Algol-W proposals are now lost, but the [http://www.fh-jena.de/~kleine/history/languages/AlgolW-Manual.pdf Manual] still exists.
* The original Algol-W proposals are now lost, but the manual still exists.


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

Latest revision as of 19:27, 23 October 2021

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.

Links

  • The original Algol-W proposals are now lost, but the manual still exists.