Multi-threading is doable in any number of languages, but the problems inherent with it are why people move to concurrency.
Concurrency needs to be supported in the language itself.
You'd spend 20 years recreating this in C++ vs 2 weeks learning erlang.
Multi-threading is doable in any number of languages, but the problems inherent with it are why people move to concurrency.
Concurrency needs to be supported in the language itself.
You'd spend 20 years recreating this in C++ vs 2 weeks learning erlang.