|
|
|
|
|
by mercer
2747 days ago
|
|
I like Elixir/Erlang's 'weird' approach to this, where it primarily uses an FP approach for the code, but an OO-like approach for the runtime (keeping state in processes). The OO being perhaps closer to Alan Kay's original ideas (as I understand it) is nice too. I'm not experienced enough to judge how well it does all this though. |
|