|
|
|
|
|
by rdtsc
3727 days ago
|
|
Joe Armstrong's thoughts on how Erlang is more OO than OO languages: http://erlang.org/pipermail/erlang-questions/2009-November/0... Joe likes to be funny, so don't get upset and confrontational about it. The central idea is this I think: --- I now believe the following to be central to the notion of OO. - Isolated concurrent things
- Communication through message passing
- Polymorphism
All the other stuff (inheritance, private/public methods, ....) has
nothing to do with OO.--- |
|
[1] http://harmful.cat-v.org/software/OO_programming/why_oo_suck...