User loginNavigation |
Unifying Actors and Objects?I'm starting on my honors project where I'll be investigating concurrent programming languages. I've been reading up on concurrency models and Actors seem interesting (I've been reading Gul Agha's papers). Also reading on CSP, but that's a topic for another day. My question is thus: actors seem to share some of the features of OO languages (messaging, actors are independent entities) so has there been a move to unify actors and OO-languages? From what I've seen even the more modern OO-languages like Io and Scala have Actors separate from their core sequential object model. For my thesis I'm planning a model with prototype-based objects, but each object is also an Actor (backed by some sort of lightweight threading model). There are some parts of the Actor model I don't quite fully understand (in particular, I have no idea how to let an object-actor set its behavior), but I'm working my way through the literature. I hope to keep the flexibility of modern OO-languages (Ruby, JS) but add the actor model on as cleanly and seamlessly as I can. Comments suggestions welcome. PS. I saw this discussion on Reactive Objects and I'll reading through the paper. By Shrutarshi Basu at 2010-08-21 23:50 | LtU Forum | previous forum topic | next forum topic | other blogs | 10544 reads
|
Browse archives
Active forum topics |
Recent comments
27 weeks 1 day ago
27 weeks 1 day ago
27 weeks 1 day ago
49 weeks 2 days ago
1 year 1 week ago
1 year 3 weeks ago
1 year 3 weeks ago
1 year 5 weeks ago
1 year 10 weeks ago
1 year 10 weeks ago