Hacker News new | ask | show | jobs
by koder2016 3727 days ago
> Objects just aren't supposed to be reaching into each other with 'getters' and 'setters' and messing with information.

In pure Actor Model adding two numbers would probably involve 2+ actors, yet Erlang is not doing this for some reason... I guess on a lower level hardcoding messages makes complete practical sense.