show/hide this revision's text 3 edited body

I am primarily a Java developer, and I've been reading a lot of in-depth work on threads and concurrency. Many very smart people (Doug Lea, Brian Goetz, etc) have authored books on these topics and made contributions to new concurrency libraries for Java.

As I start to learn more about Python, Ruby, and other languages, I'm wondering: does all of that work have to be re-created for these languages?

Will there be, or does there need to be, a "Doug Lea of Python," or a "Brian Goetz or of Ruby," who make similarly powerful contributions to the concurrency features of those languages?

Does all of this concurrency work done in Java have to be re-created for future languages? Or will the work done in Java establish lessons and guidance for future languages?

show/hide this revision's text 2 edited body

I am primarily a Java developer, and I've been reading a lot of in-depth work on threads and concurrency. Many very smart people (Doug Lea, Brian Goetz, etc) have authored books on these topics and made contributions to new concurrency libraries for Java.

As I start to learn more about Python, Ruby, and other languages, I'm wondering: does all of that work have to be re-created for these languages?

Will there be, or does there need to be, a "Doug Lea of Python," or a "Brian Goetz or Ruby," who make similarly powerful contributions to the concurrency features of those librarieslanguages?

Does all of this concurrency work done in Java have to be re-created for future languages? Or will the work done in Java establish lessons and guidance for future languages?

show/hide this revision's text 1

Re-creating threading and concurrency knowledge in increasingly popular languages

I am primarily a Java developer, and I've been reading a lot of in-depth work on threads and concurrency. Many very smart people (Doug Lea, Brian Goetz, etc) have authored books on these topics and made contributions to new concurrency libraries for Java.

As I start to learn more about Python, Ruby, and other languages, I'm wondering: does all of that work have to be re-created for these languages?

Will there be, or does there need to be, a "Doug Lea of Python," or a "Brian Goetz or Ruby," who make similarly powerful contributions to the concurrency features of those libraries?

Does all of this concurrency work done in Java have to be re-created for future languages? Or will the work done in Java establish lessons and guidance for future languages?