Hi,

Am 27.01.2009 um 21:57 schrieb wubbie:

Why defn ends with -(dash)?

(defn- mire-handle-client [in out]

defn- works exactly like defn, but creates a Var,
which is only visible in the defining namespace.
So when you :use the namespace this function
will not be exported to the other namespace.

defn- is equivalent to (defn #^{:private true} ...

Sincerely
Meikel

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

Reply via email to