Re: idioms / programming style

2010-03-01 Thread Rich Hickey
On Mar 1, 11:32 am, Kevin Archie wrote: > How close are we to a recommended programming style for Clojure? When > there is more than one way to do something, should I emulate the style > in core.clj? > > The situation that brought this up: I notice that in core.clj, the > default clause for a co

idioms / programming style

2010-03-01 Thread Kevin Archie
How close are we to a recommended programming style for Clojure? When there is more than one way to do something, should I emulate the style in core.clj? The situation that brought this up: I notice that in core.clj, the default clause for a cond is usually marked with :else. This seems like a pun