Is Erlang the C of the clustered computing world?

試著忘記壹切 提交于 2020-01-02 06:29:09

问题


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 MPI, and never Erlang.

If anything, trends seem to be towards grid standards which are language agnostic rather than Erlang's specific messaging protocol. Interpreted languages are getting an edge in for gluing the heavy lifting together, a role which Erlang might be a good match for, but if you're spending hundreds of thousands of pounds a year running a cluster, you don't want the CPU time to be taken up running interpreted bytecode for anything which could be converted to a faster language.



来源:https://stackoverflow.com/questions/2206313/is-erlang-the-c-of-the-clustered-computing-world

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!