@gron

Stage: Python with Actors

, and . Multicore Software Engineering, 2009. IWMSE '09. ICSE Workshop on, page 25--32. (2009)
DOI: 10.1109/IWMSE.2009.5071380

Abstract

Programmers hoping to exploit multi-core processors must split their applications into threads suitable for independent, concurrent execution. The lock-based concurrency of many existing languages is clumsy and error prone - a barrier to writing fast and correct concurrent code. The Actor model exudes concurrency - each entity in the model (an Actor) executes concurrently. Interaction is restricted to message passing which prevents many of the errors associated with shared mutable state and locking, the common alternative. By favouring message passing over method calling the Actor model makes distribution straightforward. Early Actor-based languages enjoyed only moderate success, probably because they were before their time. More recent Actor languages have enjoyed greater success, the most successful being ERLANG, but the language is functional; a paradigm unfamiliar to many programmers. There is a need for a language that presents a familiar and fast encoding of the Actor model. In this paper we present STAGE, our mobile Actor language based on PYTHON.

Description

IEEE Xplore - Stage: Python with Actors

Links and resources

Tags

community

  • @gron
  • @dblp
@gron's tags highlighted