On May 2, 1:13 am, Meikel Brandmeyer <m...@kotka.de> wrote:

> fn is a macro which expands into a call to fn* which is a special
> form. It is not meant to be used directly.

So, are these 'entities' that end in * something like
private functions?

I tried to find the definition of fn* inside the clj files in
clojure.jar, but could not. Instead I found this:
------
static final Symbol FN = Symbol.create("fn*");
------
So I guess these are directly written in Java.

Regards,
Santanu

--~--~---------~--~----~------------~-------~--~----~
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 
clojure+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to