Paradigm | Procedural, imperative, structured |
---|---|
Designed by | IBM, the SHARE Language Development Committee, and ISO |
First appeared | 1964 |
Website | www |
Dialects | |
See dialects | |
Influenced by | |
COBOL, Fortran, ALGOL 60 | |
Influenced | |
Control Language, PL/M, PL/S, PL-6, PL.8, REXX, SAS | |
|
PL/I (Programming Language One, pronounced /piː ɛl wʌn/ and sometimes written PL/1)[1] is a procedural, imperative computer programming language initially developed by IBM. It is designed for scientific, engineering, business and system programming. It has been in continuous use by academic, commercial and industrial organizations since it was introduced in the 1960s.[2]
The PL/1 ANSI standard, X3.53-1976, was published in 1976.
PL/I's main domains are data processing, numerical computation, scientific computing, and system programming. It supports recursion, structured programming, linked data structure handling, fixed-point, floating-point, complex, character string handling, and bit string handling. The language syntax is English-like and suited for describing complex data formats with a wide set of functions available to verify and manipulate them.