ALGOL-W - Definition. Was ist ALGOL-W
Diclib.com
Online-Wörterbuch

Was (wer) ist ALGOL-W - definition

PROGRAMMING LANGUAGE BASED ON A PROPOSAL FOR ALGOL X
AlgolW; Algol W; Algol-W programming language; Algol-W; ALGOL W programming language; ALGOL W (programming language); ALGOL-W

ALGOL W         
<language> A derivative of ALGOL 60. It introduced {double precision}, complex numbers, bit strings and dynamic data structures. It is parsed entirely by operator precedence and used the call-by-value-result calling convention. ["A Contribution to the Development of Algol", N. Wirth, CACM 9(6):413-431, June 1966]. ["ALGOL W Implementation", H. Bauer et al, TR CS98, Stanford U, 1968]. (1994-11-24)
Algol variable         
CLASS OF ECLIPSING BINARY STARS
Algol type binary; Beta Persei star; Algol binary; Algol binaries; Algol star
Algol variables or Algol-type binaries are a class of eclipsing binary stars that are similar to the prototype member of this class, β Persei (Beta Persei, Algol). An Algol binary is a system where both stars are near-spherical such that the timing of the start and end of the eclipses is well-defined.
USS Algol (AKA-54)         
ANDROMEDA-CLASS ATTACK CARGO SHIP
USS Algol (LKA-54); SS James Baines
USS Algol (AKA-54) was an . She was the first ship of the United States Navy by this name, after Algol, a fixed star in the constellation Perseus.

Wikipedia

ALGOL W

ALGOL W is a programming language. It is based on a proposal for ALGOL X by Niklaus Wirth and Tony Hoare as a successor to ALGOL 60. ALGOL W is a relatively simple upgrade of the original ALGOL 60, adding string, bitstring, complex number and reference to record data types and call-by-result passing of parameters, introducing the while statement, replacing switch with the case statement, and generally tightening up the language.

Wirth's entry was considered too little of an advance over ALGOL 60, and the more complex entry from Adriaan van Wijngaarden was selected in a highly contentious meeting. Wirth later published his version as A contribution to the development of ALGOL. With a number of small additions, this eventually became ALGOL W.

Wirth supervised a high quality implementation for the IBM System/360 at Stanford University that was widely distributed. The implementation was written in PL360, an ALGOL-like assembly language designed by Wirth. The implementation includes influential debugging and profiling abilities.

ALGOL W served as the basis for the Pascal language, and the syntax of ALGOL W will be immediately familiar to anyone with Pascal experience. The key differences are improvements to record handling in Pascal, and, oddly, the loss of ALGOL W's ability to define the length of an array at runtime, which is one of Pascal's most-complained-about features.