F# performance vs Erlang performance, is there proof the Erlang's VM is faster?
- by afuzzyllama
I've been putting time into learning functional programming and I've come to the part where I want to start writing a project instead of just dabbling in tutorials/examples.
While doing my research, I've found that Erlang seems to be a pretty powerful when it comes to writing concurrent software (which is my goal), but resources and tools for…