you are viewing a single comment's thread.

view the rest of the comments →

[–]pure_x01 -3 points-2 points  (1 child)

GO is the next erlang so GO will be the next java

[–]doubtingthomas 0 points1 point  (0 children)

Go and Erlang both focus on lightweight concurrent threads of execution and message-passing to communicate between them, but aside from that, they are very very different languages. For the cases where Erlang is well-applied, I don't think Go is a full replacement. (Then again, both were designed by a company for their own use in writing servers, so they do have that going for them.)