SCOOP (software): Difference between revisions
Available in EiffelStudio |
No edit summary |
||
Line 21: | Line 21: | ||
}} |
}} |
||
</ref> provides an overview of SCOOP and describes another early implementation. Nienaltowski, Arslan and Meyer have published a description of the model as of 2003.<ref> |
</ref> provides an overview of SCOOP and describes another early implementation. Nienaltowski, Arslan and Meyer have published a description of the model as of 2003.<ref> |
||
P. Nienaltowski, V. Arslan and B. Meyer: ''Concurrent object-oriented programming on .NET'', in IEE Proceedings on Software, vol. 150, no. 5, October 2003, pages 308-314, also available [http://se.ethz.ch/~meyer/publications/concurrency/scoop_iee.pdf online]</ref> Work on SCOOP proceeded at the Chair of Software Engineering at [[ETH Zurich]].<ref>ETH Zurich, Chair of Software Engineering: SCOOP [http://scoop.origo.ethz.ch/wiki/Tutorial tutorial and download]</ref> SCOOP became available in [[EiffelStudio]] early in 2011. |
P. Nienaltowski, V. Arslan and B. Meyer: ''Concurrent object-oriented programming on .NET'', in IEE Proceedings on Software, vol. 150, no. 5, October 2003, pages 308-314, also available [http://se.ethz.ch/~meyer/publications/concurrency/scoop_iee.pdf online]</ref> Work on SCOOP proceeded at the Chair of Software Engineering at [[ETH Zurich]].<ref>ETH Zurich, Chair of Software Engineering: SCOOP [http://scoop.origo.ethz.ch/wiki/Tutorial tutorial and download]</ref> SCOOP became available in [[EiffelStudio]] early in 2011.<ref>Eiffel Software: [http://www.eiffel.com/products/concurrency/scoop.html SCOOP: Concurrency for Eiffel]</ref> |
||
== References == |
== References == |
Revision as of 11:42, 1 May 2011
SCOOP stands for Simple Concurrent Object Oriented Programming. It is a concurrency model designed for the Eiffel programming language, conceived by Eiffel's creator & designer, Bertrand Meyer.
SCOOP defines a way for an object oriented program to be written without the concept of threads, locks, or other typical multiprogramming methods. This allows the compiler or runtime environment to optimize the amount of concurrency as well as eliminate typical design flaws such as deadlock.
The model was first designed in the early 1990s and published in 1993 in the Communications of the ACM[1] An updated version was described in chapter 30 of the book Object-Oriented Software Construction.[2] A prototype implementation was developed in 1995 by Eiffel Software. An article by Compton and Walker[3] provides an overview of SCOOP and describes another early implementation. Nienaltowski, Arslan and Meyer have published a description of the model as of 2003.[4] Work on SCOOP proceeded at the Chair of Software Engineering at ETH Zurich.[5] SCOOP became available in EiffelStudio early in 2011.[6]
References
- ^ Bertrand Meyer: Systematic Concurrent Object-Oriented Programming, in Communications of the ACM, 36, 9, September 1993, pp. 56-80, also available online.
- ^ Bertrand Meyer: Object-Oriented Software Construction, 2nd edition, Prentice Hall, 1997
- ^
Michael Compton, CSIRO Mathematical and Information Sciences and Richard Walker, The Australian National University (2002). "A Run-time System for SCOOP". Journal of Object Technology. 1 (3). Chair of Software Engineering, Swiss Federal Institute of Technology: 119–157. ISSN 1660-1769.
{{cite journal}}
: Unknown parameter|address=
ignored (|location=
suggested) (help)CS1 maint: multiple names: authors list (link) - ^ P. Nienaltowski, V. Arslan and B. Meyer: Concurrent object-oriented programming on .NET, in IEE Proceedings on Software, vol. 150, no. 5, October 2003, pages 308-314, also available online
- ^ ETH Zurich, Chair of Software Engineering: SCOOP tutorial and download
- ^ Eiffel Software: SCOOP: Concurrency for Eiffel