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 _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
