On Thu, Nov 19, 2009 at 4:31 AM, Lauri Pesonen <lauri.peso...@iki.fi> wrote:

> (clojure.walk/macroexpand-all '(cond (even? 2) :foo (odd? 2) :bar :else
> :baz))
> (if (even? 2) :foo (if (odd? 2) :bar (if :else :baz nil)))


Eeeuw. Perhaps the cond macro should check if the last condition is
self-evaluating and, if it is, optimize appropriately?

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to