Jump to content

Emerald (programming language)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Citation bot (talk | contribs) at 09:20, 3 December 2019 (Alter: title, template type. Add: isbn, chapter. Removed URL that duplicated unique identifier. Removed accessdate with no specified URL. Removed parameters. Some additions/deletions were actually parameter name changes.| You can use this bot yourself. Report bugs here.| Activated by User:Nemo bis | via #UCB_webform). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Emerald
Paradigmobject-oriented
Designed byAndrew P. Black, Norman C. Hutchinson, Eric B. Jul, Henry M. Levy
First appeared1980s
Typing disciplinestrong, static
Websitewww.emeraldprogramminglanguage.org
Influenced by
Pascal, Simula, Smalltalk
Influenced
Java, Singularity

Emerald is a distributed, object-oriented programming language developed in the 1980s by Andrew P. Black, Norman C. Hutchinson, Eric B. Jul, and Henry M. Levy, in the Department of Computer Science at the University of Washington.[1]

A simple Emerald program can create an object and move it around the system:

const Kilroy ←  object Kilroy
  process
  const origin ←  locate self
  const up ← origin.getActiveNodes
  for e in up
   const there ← e.getTheNode
   move self to there
  end for
  move self to origin
  end process
end Kilroy

Emerald was designed to support high performance distribution, location, and high performance of objects, to simplify distributed programming, to exploit information hiding, and to be a small language.

References

  1. ^ Black, Andrew P.; Hutchinson, Norman C.; Jul, Eric; Levy, Henry M. (1 January 2007). "The Development of the Emerald Programming Language". Proceedings of the third ACM SIGPLAN conference on History of programming languages - HOPL III. ACM. pp. 11–1–11-51. doi:10.1145/1238844.1238855. ISBN 978159593766X. {{cite book}}: Check |isbn= value: invalid character (help)