|
|
|
|
|
by nirvana
5337 days ago
|
|
If you're not using erlang because you don't like its string manipulation capabilities, then you're being foolish. If performance is critical, you can do the string manipulation in C and plug it into erlang fine. If you're trying to do concurrency in most other languages, then you've probably made a foolish decision, unless those languages are also message passing actor model. Claiming that deploying erlang is pure hell is FUD, or an example of how you're doing it wrong and really shouldn't be commenting on erlang. |
|
Have a downvote.
There are plenty of good solutions for concurrency. Erlang is one of them. Other message passing actor model solutions are another. Clojure would be another. Using Java's excellent concurrency libraries would be another. Go is reputedly another, although I haven't used it. There is no magic bullet, but there are plenty of good tools of different types.