Clever Geek Handbook
📜 ⬆️ ⬇️

CPL (programming language)

Combined Programming Language (CPL) - a programming language , a joint development of Cambridge and London universities. Before connecting to the project, Londoners “C” was the first letter from “Cambridge”, and then it was officially deciphered as “Combined”. Unofficially, “C” meant “Christopher,” since it was inspired CPL work. Now this language is not used, but BCPL , one of the predecessors of the C language, has become its successor.

CPL
Language class, and
Appeared in
Author
Influenced

Example

  Max (Items, ValueFunction) = value of
 § (Best, BestVal) = (NIL, -∞)
 while Items do §
 (Item, Val) = (Head (Items), ValueFunction (Head (Items)))
 if Val> BestVal then (Best, BestVal): = (Item, Val)
 Items: = Rest (Items) §⃒
 result is Best §⃒


Source - https://ru.wikipedia.org/w/index.php?title=CPL_(programming language)&oldid = 93104266


More articles:

  • Causing harm in the detention of the person who committed the crime
  • Batista Sergio Daniel
  • Berkovits, David
  • Volzhskaya TPP-2
  • Wall, Wiebeck
  • Hayden, Felix Won
  • Duvernoy, Frederick
  • Tammet, Eino
  • Reasco Neyser
  • Gateway of the West

All articles

Clever Geek | 2019