Multithreaded Haskell

Posted by Ingdas on Stack Overflow See other posts from Stack Overflow or by Ingdas
Published on 2010-05-04T08:37:52Z Indexed on 2010/05/04 8:48 UTC
Read the original article Hit count: 359

Hi I'm learning Haskell and I'd like to write some multithreaded programs now to see the performance gains from that in a functional language. I can find some references to it on the internet but never a proper introduction to it. Can anyone point me to a guide which is understandable for someone who knows the syntax fairly well, but is not a wizard in Haskell?

© Stack Overflow or respective owner

Related posts about haskell

Related posts about haskell-multicore

  • Multithreaded Haskell

    as seen on Stack Overflow - Search for 'Stack Overflow'
    Hi I'm learning Haskell and I'd like to write some multithreaded programs now to see the performance gains from that in a functional language. I can find some references to it on the internet but never a proper introduction to it. Can anyone point me to a guide which is understandable for someone… >>> More