community
active
leiden_hybrid_concepts
label: haiku
community:leiden_hybrid_concepts-run4-c1-c1-c7Parallelism independence from object-oriented paradigms
Argues that OOP abstractions don't address inherent challenges of concurrent/parallel system design and coordination.
2 members. Each node is clickable.
Loading graph…
Drawn from 2 sources
The papers/notes whose extracted claims & findings make up this cluster.
- Artificial Intelligence and Linda in Context1 member
- Linda in context1 member
Bridges (3)
Other communities that share members with this one — cross-cutting threads or papers that sit at the seam between two themes.
Claims (2)
- Object-oriented concepts are irrelevant to solving parallel programming challenges.Strong assertion that the enthusiasm for 'concurrent object-oriented programming' is misplaced; objects do not inherently help with parallelism.
- Object-oriented design is orthogonal to parallelism; 'objects' themselves do not help with parallel programming.Concurrent object systems reduce to message-passing or monitors; objects solve code organization, not concurrency coordination.