CPL
From Just Solve the File Format Problem
Revision as of 04:45, 13 February 2013 by Dan Tobias (Talk | contribs)
CPL (Combined Programming Language or Cambridge Programming Language) was a programming language developed at the universities of Cambridge and London in the early 1960s. It is most notable for being a distant ancestor of C and its descendants, since CPL begat BCPL which begat B which begat C which begat C++, C#, Objective-C and other languages, with everything from Java to Perl arguably belonging somewhere in that family tree.
However, the syntax of CPL bears more resemblance to ALGOL than the C family of languages, with := being used for assignments instead of a bare equal sign (as also done in Pascal and Ada).