|
|
|
|
|
by yummyfajitas
4272 days ago
|
|
My goal is "as fast as C (TM)". Clojure is not known for being a speed demon. I didn't say you couldn't do arrays with Haskell, I said Haskell doesn't make it easy. Here are the actual array docs, BTW: http://www.haskell.org/haskellwiki/Arrays |
|
I'm a relative Haskell novice, but was able to write some mutable array code with only a cursory read through the documentation.
Granted it's extremely verbose compared to most imperative languages.