CLU

programming language

Created Year: 1975
Designed by: Barbara Liskov
Developed by: Barbara LiskovMassachusetts Institute of Technology
Aliases: CLU (programming language)

Wikidata: Q775159

Influenced: ArgusC++LuaPythonRubySwift

Influenced by: LispSimula

Programming paradigms: object-oriented programmingprocedural programming

Language types: procedural programming language

CLU Influence Network

Pan and zoom the graph with your mouse or alternatively your fingers on touch devices.

Hello World in CLU

start_up = proc ()
    po: stream := stream$primary_output ()
    stream$putl (po, "Hello World")
    end start_up

Search on GitHub


Latest data update: 2024-09-10