hello everyone...I'm doing my research about grid computing. I want to use haskell as part of my study to perform parallel processing. can someone tell me, what kind of tool I have to use to do parallel processing in Haskell because I'm still new in this field, so it's a little bit confusing to choose the suitable tool to use.
On Tue, Dec 11, 2012 at 2:49 PM, Saadah Sabarudin <saadahsabarudin@gmail.com
wrote:
hello everyone...I'm doing my research about grid computing. I want to use haskell as part of my study to perform parallel processing. can someone tell me,
You can read Haksell beginning with http://learnyouahaskell.com/chapters . Test run code examples on tutorials of link. If you want to start with intermediate skill ,See at link http://book.realworldhaskell.org/. It's some part of Parallel concept of code with Haskell. I recommend article at StackOverflow http://stackoverflow.com/questions/1012573/getting-started-with-haskell My view is traditional for learning Haskell. what kind of tool I have to use to do parallel processing in Haskell
because I'm still new in this field, so it's a little bit confusing to choose the suitable tool to use.
What's you mean tools about Parallel Programming? API of MPI, CloudHaskell, AccelerateHS R.Chatsiri _______________________________________________
Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners
-- :--------------------------------------------------------
On 2012-12-11 08:49, Saadah Sabarudin wrote:
hello everyone...I'm doing my research about grid computing. I want to use haskell as part of my study to perform parallel processing. can someone tell me, what kind of tool I have to use to do parallel processing in Haskell because I'm still new in this field, so it's a little bit confusing to choose the suitable tool to use.
Hello and welcome, Simon Marlow made available the courses he gave on parallel processing in Haskell: http://community.haskell.org/~simonmar/slides/cadarache2012/ Adrien -- Adrien Haxaire www.adrienhaxaire.org | @adrienhaxaire
On Tue, Dec 11, 2012 at 5:09 PM, Adrien Haxaire <adrien@haxaire.org> wrote:
On 2012-12-11 08:49, Saadah Sabarudin wrote:
hello everyone...I'm doing my research about grid computing. I want to use haskell as part of my study to perform parallel processing. can someone tell me, what kind of tool I have to use to do parallel processing in Haskell because I'm still new in this field, so it's a little bit confusing to choose the suitable tool to use.
Hello and welcome,
Simon Marlow made available the courses he gave on parallel processing in Haskell:
Cool! Great resource of parallel processing in Haskell. R.Chatsiri
Adrien
-- Adrien Haxaire www.adrienhaxaire.org | @adrienhaxaire
______________________________**_________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/**mailman/listinfo/beginners<http://www.haskell.org/mailman/listinfo/beginners>
-- :--------------------------------------------------------
participants (3)
-
Adrien Haxaire -
Chatsiri Ratana -
Saadah Sabarudin