Hacker News new | ask | show | jobs
by staticassertion 2295 days ago
The actor model is at least 50 years old if not more, and it is found in all sorts of places in some form, which is unsurprising since it is a fundamental model for computation. So, for example, it is not hard to argue that SOA/Microservices are implementations of an Actor approach to services.
1 comments

Sure, sorry, I meant the actor model in C++ specifically, according to the papers published by the authors of the library that is in this post.