CLU


1.
Civil Liberties Union.
1.
Chartered Life Underwriter.
language
(CLUster) An object-oriented programming language developed at MIT by Liskov et al in 1974-1975.
CLU is an object-oriented language of the Pascal family designed to support data abstraction, similar to Alphard. It introduced the iterator: a coroutine yielding the elements of a data object, to be used as the sequence of values in a for loop.
A CLU program consists of separately compilable procedures, clusters and iterators, no nesting. A cluster is a module naming an abstract type and its operations, its internal representation and implementation. Clusters and iterators may be generic. Supplying actual constant values for the parameters instantiates the module.
There are no implicit type conversions. In a cluster, the explicit type conversions ‘up’ and ‘down’ change between the abstract type and the representation. There is a universal type ‘any’, and a procedure force[] to check that an object is a certain type. Objects may be mutable or immutable.
Exceptions are raised using ‘signal’ and handled with ‘except’. Assignment is by sharing, similar to the sharing of data objects in Lisp. Arguments are passed by call-by-sharing, similar to call-by-value, except that the arguments are objects and can be changed only if they are mutable. CLU has own variables and multiple assignment.
See also Kamin’s interpreters, clu2c.
[“CLU Reference Manual”, Barbara Liskov et al, LNCS 114, Springer 1981].
E-mail: Paul R. Johnson .
Versions for Sun and VAX/VMS (ftp://pion.lcs.mit.edu/pub/clu/). Portable version (ftp://mintaka.lcs.mit.edu/pub/dcurtis/).
(1994-12-16)
chartered life underwriter

Read Also:

  • Clu2c

    tool A CLU to C compiler. (ftp://ftp.is.titech.ac.jp/pub/clu2c/). (2000-08-06)

  • Club

    [kluhb] /klʌb/ noun 1. a heavy stick, usually thicker at one end than at the other, suitable for use as a weapon; a cudgel. 2. a group of persons organized for a social, literary, athletic, political, or other purpose: They organized a computer club. 3. the building or rooms occupied by such a group. 4. […]

  • Clostridium histolyticum

    Clostridium histolyticum Clostridium his·to·lyt·i·cum (hĭs’tə-lĭt’ĭ-kəm) n. A bacterium found in wounds, where it induces necrosis of tissue by producing a cytolytic exotoxin.

  • Clostridium difficile

    /dɪˈfɪsɪli; ˌdɪfɪˈsiːl/ noun 1. a faecal organism endemic in hospitals and responsible for the majority of hospital-acquired cases of diarrhoea in elderly patients sometimes shortened to C.difficile, C.diff

  • Clostridium botulinum

    Clostridium botulinum Clostridium bot·u·li·num (bŏch’ə-lī’nəm) n. A bacterium that occurs widely in nature and is a cause of botulism; its six main types, A to F, are characterized by antigenically distinct but pharmacologically similar, very potent neurotoxins.


Disclaimer: CLU definition / meaning should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. All content on this website is for informational purposes only.