CloudHaskell icon indicating copy to clipboard operation
CloudHaskell copied to clipboard

A distributed computing framework for Haskell

Results 4 CloudHaskell issues
Sort by recently updated
recently updated
newest added

Hi Jeff, This patch adds an instance for [MonadControlIO](http://hackage.haskell.org/packages/archive/monad-control/latest/doc/html/Control-Monad-IO-Control.html#t:MonadControlIO) for `ProcessM` This enables users to lift 'control' operators into a process. Control operators are things like: `alloca`, `mask`, `catch`, `forkIO`,...

Could CloudHaskell's API also apply to OpenCL so the code same code could run on the GPU? A parallel algorithms library https://github.com/thrust/thrust would be nice to have it for CloudHaskell...

In some examples I've been writing, I've been trying to use StateT MyState ProcessM (). Generally the issue with this is that all of the ProcessM stuff has to be...

I wrote some demo's with Cloud Haskell, I'll attach them here, they might interest you as easier to understand examples for the examples/ folder. https://gist.github.com/1240068 https://gist.github.com/1241039