We are planning to write a highly concurrent application in any of the Very-High Level programming languages.
1) Do Python, Ruby, or Haskell support true multithreading?
Haskell is thread-capable, in addition you get pure functional language - no side effects