ALGOL 68 is a programming language created in 1968 by Adriaan van Wijngaarden and Barry J. Mailloux and John E. L. Peck and Cornelis H. A. Koster.
#616on PLDB | 56Years Old |
ALGOL 68 (short for Algorithmic Language 1968) is an imperative computer programming language that was conceived as a successor to the ALGOL 60 programming language, designed with the goal of a much wider scope of application and more rigorously defined syntax and semantics. The contributions of ALGOL 68 to the field of computer science have been deep, wide ranging and enduring, although many of these contributions were only publicly identified when they had reappeared in subsequently developed programming languages.. Read more on Wikipedia...
begin
print(("Hello World",newline))
end
proc test = (real a, b)Â :...
...
test (x plus 1, x);
Feature | Supported | Example | Token |
---|---|---|---|
Strings | ✓ | "Hello world" | " |
Print() Debugging | ✓ | ||
Directives | ✓ | .PR POINT .PR .PR UPPER .PR .PR RES .PR 'pr' quote 'pr' |