|
|
|
|
|
by MichaelGG
4824 days ago
|
|
What prevents you from implementing an actor/message passing system in Java? Erlang's core concept of concurrency seems like something that'd be better suited as a library and app server than a whole language and runtime. I've yet to hear of any Erlang-specific magic that cannot be implemented inside another language. |
|
There's a reason Stackless Python's actors aren't just a library on top of Python.