>>106987633
The problem with OOP comes from how it originally tried to represent the actor model, this is not how computations are done in a program since for an actor model you'd need N different computational machines (or threads) for N instances for them to implement a proper actor model, this is why it's trivial to implement in distributed computing environments.
it's not a model for computation but for orchestration.