CUPL
From Just Solve the File Format Problem
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).