CUPL
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=Languages |subcat=Programming Languages |released=1966 }} '''CUPL''' (Cornell University Programming Language) was a teaching programming language int...") |
Latest revision as of 22:31, 2 February 2024
CUPL (Cornell University Programming Language) was a teaching programming language introduced at Cornell University in 1966, based on the earlier CORC. The only scalar data type was a floating point real number corresponding to C double. There were also vector and matrix arrays, and specialized mathematical operations for matrices (as APL does).