Monthly Archives: February 2009

SchemeTalk — Implementing Actors with First-class Methods

In this post I will explain how to use the metamethods (decorators) from the previous post to implement a simple version of actors in SchemeTalk. Our model will present a new type of objects: actors. Actors are objects which ensure … Continue reading

Posted in actors, asynchronous, distributed, languages, metamethods, scheme, schemetalk | Comments Off