|
|
|
|
|
by Mikeb85
2930 days ago
|
|
It's common knowledge that it's nowhere near compiled languages for computational speed. It's advantage is massive parallelism and reliability. https://benchmarksgame-team.pages.debian.net/benchmarksgame/... Saying Erlang is slow is like saying Ruby is slow. But both are built for problems other than crunching numbers. Not a knock on either language. Crystal is built in the same vein as Nim - meant to be as quick as C++ but easier to write. Erlang was built for a different use case altogether. |
|