views:

210

answers:

1

I currently use Python for most of my programming, but I'm interested in learning Clojure. What libraries do I need to reproduce the functionality I have with scipy, numpy, and matplotlib? Is there anything like the Enthought distribution?

+11  A: 

Start with Incanter: http://incanter.org/

Then look at Java scientific libraries.

Stuart Sierra