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
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