Being complete n00b I am trying to draw some take home conclusions from this thread …
- Erlang/OTP can be used as glue for coordination/synchronization but not for number crunching.
- Use Ports/NIFs to interface with number crunching tools written in C/C++/Rust/Julia
Please correct me if I am wrong.