|
Well, the tendency we've seen for inherently concurrent languages so far is rather the opposite - APL, K, J, Linda are not object oriented at all. However, SmallTalk, C-Linda, Java, threaded C/C++ and other not inherently concurrent but strongly threaded languages have proven quite good at it lately. But then you must remember that threading has less to do with the language and more with the operative system.
|