Hacker News new | ask | show | jobs
by vanderZwan 3703 days ago
So I have little real experience with Actor-based programming (although I'm looking into Pony so that might change soon). Are there situations where it would be elegant to combine the two models? I'm aware of, for example, GALS[0] but that isn't quite what differentiates the two approached to concurrency, is it?

https://en.wikipedia.org/wiki/Globally_asynchronous_locally_...