What is a good representation for matrices in Clojure? I\'m interested in dealing with dense matrices of floating point numbers. The \"list of lists\" representation springs
Check out the core.matrix proposal + experimental implementation here:
https://github.com/mikera/matrix-api
Very early days at time of writing, but worth keeping an eye on.