Jump to content

CPL (programming language)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Drj (talk | contribs) at 14:16, 15 August 2001 (atlas and titan details from abstract of paper). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Stood for Combined Programming Language. It was a computer programming language developed jointly between the University of Cambridge and London University during the 1960s. Cristopher Strachey was involved (for others see paper). In 1963 (when the paper was published) it was currently being implemented on the Titan at Cambridge and the Atlas at London.


It was heavily influenced by Algol-60, but unlike Algol-60 which was extremely small, elegant and simple, CPL was big, only moderately elegant, and complex. It was intended to be good for both scientific programming (in the way of Fortran and Algol) and also commercial programming (in the way of Cobol), hence the name (are you sure the name doesn't come from the combined effort of two academic institutions?). It can be seen as a similar effort to PL-I in this way, or to later efforts such as Ada.


CPL proved just a bit much for the small computers and not fully developed compiler technologies of the time. Properly working compilers were probably written by about 1970 (i'm not completely sure about that), but the language was never very popular and seems to have disappeared without trace sometime in the 1970s.


BCPL was designed as a seriously simplified cut-down version of CPL, and some of the same people were involved. I think the intent was to have a language they could write the CPL compiler in without having to resort to Assembler or Fortran. Although probably intended as a temporary quick and dirty tool until CPL was up, BCPL was much more successful than CPL and lasted much longer.


Sources

Barron, D. W., Buxton, J. N., Hartley, D. F., Nixon, E., Strachey, C.

"The main features of CPL". Computer Journal, volume 6, p 134 (1963).


/Talk