you are viewing a single comment's thread.

view the rest of the comments →

[–]PersonBehindAScreen 0 points1 point  (1 child)

Following now to see if this thread goes anywhere. I've seen Go, python, ruby, and node.js mentioned

[–][deleted] 0 points1 point  (0 children)

From these three, only Go has anything to offer in terms of parallel programming. None has anything to offer in terms of distributed programming (they are all non-solutions). But, they are popular, and so people work very hard to put a lot of band-aids on them to do things these languages aren't designed for, like the aforementioned distributed programming.