What are the best practices for defining constants in Clojure in terms of style, conventions, efficiency, etc.
According to the "Practical Clojure" book, it should be named *pi*
From http://dev.clojure.org/display/community/Library+Coding+Standards:
Use earmuffs only for things intended for rebinding. Don't use a special notation for constants; everything is assumed a constant unless specified otherwise.