Comment: Scala: parallel collections, functional + DSL (Score 1) 56
although multicores are good, there just aren't that many decent parallel programmers out there. I (and a few others) find parallel programming easy
That's why languages like Scala are so appealing.
Sure, there's no silver bullet to automagically solve all parallel programming problems, but languages like Scala have features like Parallel Collections libraries, functional programming and Parallel Domain Specific Languages that can abstract enough of the problems of parallel programming away that journeyman programmers have a decent chance of being able to work effectively with multiple cores.