Hacker News new | ask | show | jobs
by wmf 5802 days ago
certain algorithms, hence protocols, data structures, standards are not suited for parallel processing that well.

Sure, but for problems that can be parallelized you want a language to be able to express that parallelism. That may sound obvious, but many popular languages cannot do it. Let's not just give up on parallelism because it can't be used everywhere.