Ask HN: Best Programming Language for making an algorithm concurrent?
https://news.ycombinator.com/item?id=8689232I am working on a new project that at its core is speeding up an algorithm that can do most of its processing in a concurrent way. Initially the system will just be a command line tool and if the speed is sufficient, become a web. What languages do people recommend and why? Erlang? F#? Etc?