Argus (programming language)

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 87.77.209.11 (talk) at 21:22, 19 February 2014 (added link to the reference manual). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Argus is a programming language created at MIT by Barbara Liskov between 1982 and 1988, in collaboration with Maurice Herlihy, Paul Johnson, Robert Scheifler, and William Weihl.[1] It is an extension of the CLU language, and utilizes most of the same syntax and semantics.[1] Argus was designed to support the creation of distributed programs, by encapsulating related procedures within objects called guardians, and by supporting atomic operations called actions.[1][2]

References

  1. ^ a b c Liskov, Barbara. DISTRIBUTED PROGRAMMING IN ARGUS. Communications of the ACM. Mar 1988, Vol. 31 Issue 3, p300-312. [1]
  2. ^ Walker, E.F. ORPHAN DETECTION IN THE ARGUS SYSTEM. MIT/LCS/TR-326. [2]

External Links