PL/I - Introduction Sun, May 24, 2015 In this series we’ll look at PL/I, or Programming Language 1, an ambitious multi-purpose language developed by IBM. Read More
PL/I - Language features 1 Sun, Jun 7, 2015 A look at some of the basic features of the PL/I language on MTS. PL/I is a big language, so we’ll look at code format. variables, types and statements in this part. Read More
PL/I - Language features 2 Sun, Jun 28, 2015 Let’s continue our look at the PL/I language on MTS, focusing on storage classes, functions and the preprocessor. Read More
PL/I - Radix sort Sun, Jul 12, 2015 For the final part of this series on the PL/I programming language as implemented on MTS, let’s implement radix sort. Read More