What is PL/I?

HLASM for MVS. PL/I for MVS & Enterprise PL/I for z/OS.
Locked
User avatar
Anuj Dhawan
Founder
Posts: 2801
Joined: Sun Apr 21, 2013 7:40 pm
Location: Mumbai, India
Contact:
India

What is PL/I?

Post by Anuj Dhawan »

PL/I, Programming Language One is a procedural, imperative computer programming language designed for scientific, engineering, business and systems programming applications. It is pronounced as "pee-el-wun". It has been used by various academic, commercial and industrial organizations since it was introduced in the 1960s, and continues to be actively used.

This language is more simple than C, but more structured than Basic. The objective in creating this language was to compile compact code that would run efficiently and safely as a virtual machine, like a very lean Java.

I've taken this reference from online and could not get the original author on Board but I'd like to quote it here:
Actually, IBM attempted for PL/I to "wax" the 5-letter c-word programming language ( and fortran and Lisp as well), and its PL/I was BUNDLED (read "FREE") software with the S360 systems in the late 60s. Several major companies (Sears for one) bet their IS business on this "new programming language", and most got out of the PL/I business almost immediately. Why? Because the compiler that IBM delivered produced such inefficient, buggy code that no one could get their software to work.
(I interviewed at Sears in 1971, and they were looking for ASSEMBLER programmers because PL/I had failed them, and IBM was trying very hard to get out of the COBOL business, so their COBOL support was not too hot).

PL/I was definitely IBM's "language of the future". I believe that the IS community was not ready to deal with a language of PL/I's elegance and power, and the hardware was not really up to the job either. Memory was still way to expensive, as was disk. Also, the 360 was not a stack-architectured machine, and if any programming language needs a stack, PL/I is the one.
Thanks,
Anuj

Disclaimer: My comments on this website are my own and do not represent the opinions or suggestions of any other person or business entity, in any way.
Locked

Return to “Assembler & PL/I.”