[Haskell-beginners] Re: [Haskell-cafe] Multidimensional Matrices in Haskell

Manuel M T Chakravarty mchakravarty at mac.com
Sun Jul 11 22:27:34 EDT 2010


Hi Mihai,

> A friend of mine wanted to do some Cellular Automata experiments in
> Haskell and was asking me what packages/libraries are there for
> multidimensional matrices. I'm interested in both immutable and
> mutable ones but I don't want them to be trapped inside a monad of any
> kind.

You may like to have a look at the recently released Repa library:

  http://hackage.haskell.org/package/repa

There is a draft paper about it:

  http://www.cse.unsw.edu.au/~chak/papers/KCLPL10.html

Manuel



More information about the Beginners mailing list