CLU



Website: pmg.csail.mit.edu/CLU.html

Designed by: Barbara Liskov and her students


CLU is a programming language created at the Massachusetts Institute of Technology (MIT) by Barbara Liskov and her students starting in 1973.

While it did not find extensive use, it introduced many features that are used widely now, and is seen as a step in the development of object-oriented programming (OOP).

Key contributions include abstract data types, call-by-sharing, iterators, multiple return values (a form of parallel assignment), type-safe parameterized types, and type-safe variant types.

It is also notable for its use of classes with constructors and methods, but without inheritance.