@cmuratori I'd be interested to hear you talk about the Actor Model and it's usefulness for good programming. It's billed as a solution to OOP problems, performance, and claims to reflect the actual way the CPU works (e.g. shipping cache lines across cores), but I suspect...1/2
Well, I have not looked at what people defined the actor model as, and I tend not to be super interested in formalisms like that. But what I can say is that core-to-core or machine-to-machine task delegation is very important, so that _idea_ is definitely important.