Difference between revisions of "PL/I"

From Computer History Wiki
Jump to: navigation, search
('PL/I, not 'PL/1')
m (External links: +Norton rediscovers an old favourite, PL/I)
 
Line 13: Line 13:
 
** [https://multicians.org/pl1-raf.html The Multics PL/1 Compiler] - note the use of 'PL/1'
 
** [https://multicians.org/pl1-raf.html The Multics PL/1 Compiler] - note the use of 'PL/1'
 
*** [https://dl.acm.org/doi/pdf/10.1145/1478559.1478581 The Multics PL/1 Compiler] - scanned version
 
*** [https://dl.acm.org/doi/pdf/10.1145/1478559.1478581 The Multics PL/1 Compiler] - scanned version
 +
* [https://web.archive.org/web/20210514232815/http://members.dodo.com.au/~robin51/norton.htm The Norton Chronicles: Norton rediscovers an old favourite, PL/I] - includes a brief historical summary
  
 
[[Category: Languages]]
 
[[Category: Languages]]

Latest revision as of 17:13, 18 March 2024

PL/I (pronounced as if it were written 'P L 1'; some people write it as PL/1, but this is technically not accurate) is a programming language that was initially developed in the 1960's. Produced by IBM, it can very roughly be thought of as ALGOL combined with COBOL, and then further 'enhanced' (i.e. complexified). (This is because it was intended as a 'universal' programming language; i.e. one suitable for use in all problem domains.)

It provided, among many other things: modern control flow, including block structure; structures; and pointers.

Although little-used nowadays, it is historically somewhat important as the language used by the Multics project.

External links