Concurrent object-oriented programming: Difference between revisions
Appearance
Content deleted Content added
m →External links: change to https if the server sends HSTS header, replaced: http://www.python.org → https://www.python.org using AWB |
m change |id={{citeseerx}} to |citeseerx= |
||
Line 7: | Line 7: | ||
* [https://www.python.org/workshops/1997-10/proceedings/atom/ Concurrent Object-Oriented Programming in Python with ATOM] |
* [https://www.python.org/workshops/1997-10/proceedings/atom/ Concurrent Object-Oriented Programming in Python with ATOM] |
||
* [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 | |
* {{cite paper | title = Composing Active Objects: The Next 700 Concurrent Object-Oriented Languages | citeseerx = 10.1.1.91.5009 }} |
||
{{DEFAULTSORT:Object-Oriented Programming}} |
{{DEFAULTSORT:Object-Oriented Programming}} |
Revision as of 16:05, 4 November 2016
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
- Concurrent Object-Oriented Programming in Python with ATOM
- 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)