2. I'm working on nailing down why, but I think stateless processes* + software transactional memory (STM) is a better parallelism paradigm than the Actor Model. Perhaps it just boils down to my functional programmer instinct to separate code from data (as counterintuitive as that sounds). One could probably do this in a BEAM system with Tasks and Mnesia but it would be fiddly as hell.
2/2