Erik Engbrecht's Blog: Pondering Actor Design Trades
# Why is the standard Scala actor implementation so complex when others have done it in a such simpler fashion?
# Is it better to have one, big actor library that supports a wide variety of use cases, or a bunch of smaller ones targeted at specific niches and programming styles?
# If there are to be a bunch, should they just be conceptually similar (e.g. all based on the actor model), or should there be interoperability among them?

No comment on this link yet. React !