Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

ALGOL 68

< >

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.

#613on PLDB 56Years Old
Wikipedia

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...


Example from hello-world:
begin print(("Hello World",newline)) end
Example from Wikipedia:
proc test = (real a, b) :... ... test (x plus 1, x);

Language features

Feature Supported Example Token
Strings ✓ "Hello world" "
Print() Debugging ✓ print
Directives ✓ .PR POINT .PR .PR UPPER .PR .PR RES .PR 'pr' quote 'pr'

- Build the next great programming language · Add · About · Search · Keywords · Livestreams · Labs · Resources · Acknowledgements

Built with Scroll v144.0.0