Hi again,

Am 02.01.2009 um 03:37 schrieb Eric Tschetter:

user=> (defmacro tracefn [function-name]
         "Creates trace logging of calls to a function."

And another minor issue: the docstring goes in
front of the argument vector, because Clojure
allows also variable arity.

(defn foo
  "docstring here"
  ([x] ...)
  ([x y] ...))

Sincerely
Meikel

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to