On Oct 15, 10:31 pm, CuppoJava <[EMAIL PROTECTED]> wrote:
> I just found your ants demo Rich. It looks amazingly concise.
>
> Just a quick question: What does the # symbol do?
>
> ie. what's happening here?
>
> ( #(println "hi") )
>
> is # short for: (fn [] ( ... )) ?
Yes, #(...) => (fn [args] (...))
Described fully here:
http://clojure.org/reader
Rich
--~--~---------~--~----~------------~-------~--~----~
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
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---