Jump to content

CLU (programming language)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Taw (talk | contribs) at 17:12, 26 December 2001 (initial version). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

CLU is programming language created at MIT by Barbara Liskov in 1974-1975.


It was the first language which had iterators.


Syntax of CLU was based on Pascal, but strongly simplified.


Ruby borrowed lot of concepts from CLU and has similar syntax.


Home page: http://www.pmg.lcs.mit.edu/CLU.html


Program compiling CLU code to C: http://www.din.or.jp/~ushijima//clu2c.html