[Haskell-cafe] Re: Why functional programming matters
Achim Schneider
barsoap at web.de
Thu Jan 24 15:04:39 EST 2008
Don Stewart <dons at galois.com> wrote:
> jwlato:
> > In addition to STM, another item that should interest serious
> > programmers is forkIO. Lightweight threads that (unlike in Python)
> > can use multiple cpu's. Coming from Python, I personally appreciate
> > this. Using STM to handle concurrency issues often greatly
> > simplifies multithreaded code.
>
> And further on this, the use of `par` in pure code to make it go
> multicore is way beyond what most people think is possible.
>
I said _don't_ make me think of using par on a beowolf cluster of
ps3's. Don't you guys have any scruples?
--
(c) this sig last receiving data processing entity. Inspect headers for
past copyright information. All rights reserved. Unauthorised copying,
hiring, renting, public performance and/or broadcasting of this
signature prohibited.
More information about the Haskell-Cafe
mailing list