8 queens problem using multithreading

Hi, can someone help me to understand how to implement a multithreading 8 queens problem using Haskell. If it's not asking to much I also need a good Haskell thread related source. It would be great. Kind Regards, Igor -- Igor Vinícius Graduando em Ciência da Computação

Hi,
For parallel and concurrent haskell this is great resource :
http://chimera.labs.oreilly.com/books/1230000000929.
Divyanshu Ranjan
On Fri, Sep 6, 2013 at 7:59 PM, Igor Pinheiro Leão
Hi, can someone help me to understand how to implement a multithreading 8 queens problem using Haskell. If it's not asking to much I also need a good Haskell thread related source. It would be great.
Kind Regards, Igor
-- Igor Vinícius Graduando em Ciência da Computação
_______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners

On Fri, Sep 6, 2013 at 10:29 AM, Igor Pinheiro Leão
If it's not asking to much I also need a good Haskell thread related source. It would be great.
Will http://chimera.labs.oreilly.com/books/1230000000929/index.html do? -- brandon s allbery kf8nh sine nomine associates allbery.b@gmail.com ballbery@sinenomine.net unix, openafs, kerberos, infrastructure, xmonad http://sinenomine.net

Thank you all guys!
I'm gonna first read the book and then later try to solve the problem.
Regards,
Igor
2013/9/6 Brandon Allbery
On Fri, Sep 6, 2013 at 10:29 AM, Igor Pinheiro Leão
wrote: If it's not asking to much I also need a good Haskell thread related source. It would be great.
Will http://chimera.labs.oreilly.com/books/1230000000929/index.html do?
-- brandon s allbery kf8nh sine nomine associates allbery.b@gmail.com ballbery@sinenomine.net unix, openafs, kerberos, infrastructure, xmonad http://sinenomine.net
_______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners
-- Igor Vinícius Graduando em Ciência da Computação
participants (3)
-
Brandon Allbery
-
divyanshu ranjan
-
Igor Pinheiro Leão