|
|
|
|
|
by lmm
1948 days ago
|
|
> It can be easy implemented in other lang/frameworks as well. No it can't, it relies on the runtime being capable of fairly strong isolation between parts of the same project, something that is a famous strength of Erlang. If you try to do the same thing in a language like Python or Ruby with monkeypatching and surprise globals, you'll get into a lot of trouble. |
|