Clojure editor/IDE recommendations on Mac OS X [closed]
Solution 1:
For setting up Aquamacs, Slime and Clojure, there's a screencast on lispcast.com:
http://www.lispcast.com/drupal/node/79 (broken link)
Edit: That's a nice alternate screencast you found Jman. I've added it to my answer so it's a bit more comprehensive.
Solution 2:
Emacs+SLIME is going to be the most productive if you are going to be spending your time editing Lisp code and not doing much Java.
Paredit is also a must-have since it makes it almost difficult to insert invalid s-expressions. It takes a bit of getting used to, but it is emphatically worth it.
Solution 3:
You can try NetBeans with Enclojure.