Concurrent object-oriented programming: Difference between revisions
Appearance
Content deleted Content added
m removing dead link |
Add archive.org link instead of dead one. |
||
Line 1: | Line 1: | ||
'''Concurrent object-oriented programming''' is a [[programming paradigm]] which combines [[object-oriented programming]] (OOP) together with [[Concurrency (computer science)|concurrency]]. While numerous programming languages, such as [[Java (programming language)|Java]], combine OOP with concurrency mechanisms like [[Thread (computing)|threads]], the phrase "concurrent object-oriented programming" primarily refers to systems where objects themselves are a concurrency primitive, such as when objects are combined with the [[actor model]]. |
'''Concurrent object-oriented programming''' is a [[programming paradigm]] which combines [[object-oriented programming]] (OOP) together with [[Concurrency (computer science)|concurrency]]. While numerous programming languages, such as [[Java (programming language)|Java]], combine OOP with concurrency mechanisms like [[Thread (computing)|threads]], the phrase "concurrent object-oriented programming" primarily refers to systems where objects themselves are a concurrency primitive, such as when objects are combined with the [[actor model]]. |
||
Line 5: | Line 6: | ||
==External links== |
==External links== |
||
* [http://web.archive.org/web/20131001200403/http://www.python.org/workshops/1997-10/proceedings/atom/atom.html] |
|||
* [http://people.cs.vt.edu/~kafura/PreviousPapers/coop-isipcala93.pdf Concurrent Object-Oriented Languages and the Inheritance Anomaly] |
* [http://people.cs.vt.edu/~kafura/PreviousPapers/coop-isipcala93.pdf Concurrent Object-Oriented Languages and the Inheritance Anomaly] |
||
* {{cite paper | title = Composing Active Objects: The Next 700 Concurrent Object-Oriented Languages | citeseerx = 10.1.1.91.5009 }} |
* {{cite paper | title = Composing Active Objects: The Next 700 Concurrent Object-Oriented Languages | citeseerx = 10.1.1.91.5009 }} |
Revision as of 22:34, 10 January 2017
Concurrent object-oriented programming is a programming paradigm which combines object-oriented programming (OOP) together with concurrency. While numerous programming languages, such as Java, combine OOP with concurrency mechanisms like threads, the phrase "concurrent object-oriented programming" primarily refers to systems where objects themselves are a concurrency primitive, such as when objects are combined with the actor model.
See also
External links
- [1]
- Concurrent Object-Oriented Languages and the Inheritance Anomaly
- "Composing Active Objects: The Next 700 Concurrent Object-Oriented Languages". CiteSeerX 10.1.1.91.5009.
{{cite journal}}
: Cite journal requires|journal=
(help)