[Haskell-cafe] Python's big challenges, Haskell's big advantages?
Manlio Perillo
manlio_perillo at libero.it
Wed Sep 17 08:58:29 EDT 2008
Don Stewart ha scritto:
> http://www.heise-online.co.uk/open/Shuttleworth-Python-needs-to-focus-on-future--/news/111534
>
> "cloud computing, transactional memory and future multicore processors"
>
Multicore support is already "supported" in Python, if you use
multiprocessing, instead of multithreading.
And scalability is not a "real" problem, if you write RESTful web
applications.
> Get writing that multicore, STM, web app code!
>
Manlio Perillo
More information about the Haskell-Cafe
mailing list