Dr. David J. Pearce

Integrating the Actor Model into the Whiley Programming Language

Author(s). Timothy Jones.

Venue. Final Year Project (ENGR489) Thesis, Victoria University of Wellington, 2011.

Abstract. Introducing concurrent behaviour into a program tends to also introduce unpredictable behaviour. The actor model is an attempt to simplify concurrency and reduce such problems. The Whiley programming language is structured around concurrent processes, which are analogous to actors, but it runs on top of the Java Virtual Machine, which does not provide support for the model. This project implemented the model for JVM in a manner specific to Whiley.

Related Project(s)