Who would intentionally write code where you can't randomly access memory? People who prefer O(n log n) over O(n) algorithms.
Name:
Anonymous2010-05-23 4:30
It seems you have been brainwashed by Clojure morons. Even looking at the most pure functional languages, Haskell has mutable arrays via monads1 and Clean has mutable arrays via uniqueness typing2.