Is Erlang the C of the clustered computing world?
问题 Erlang seems to be very low level and performant on networks, but does not have a very rich type system or many of the things that other functional languages offer, so it seems to me that it will become the lowest level development language for clustered programming, until something else comes along and offers a decent clustered VM AND high level constructs. Any thoughts on this? 回答1: C is the C of clustered computing. At least, every HPC cluster I've seen had lots of C and Fortran running