On Wed, Mar 28, 2012 at 10:58 PM, Shantanu Kumar
<kumar.shant...@gmail.com> wrote:
> Rostislav and Cedric – I cannot supply my own version of defn; the
> macro should work with the regular clojure.core/defn.

If you control the third line of:

(defn foo [x y]
  (let [z (bar y (next x))]
    (println "Done in " (find-name) ".")
    (* 4 z (count x))))

then don't you control the first?

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