Difference between revisions of "PL/I"

From Computer History Wiki
Jump to: navigation, search
(Stubby, but provides a home for external links)
(No difference)

Revision as of 15:52, 18 September 2023

PL/I (pronounced as if it were written 'P L 1') 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