Mark Volkmann a écrit :
> user=> (source list)
> (def
> #^{:arglists '([& items])
> :doc "Creates a new list containing the items."}
> list (. clojure.lang.PersistentList creator))
>
> What is creator?
>
A static field of PersistentList which points to the list function
(implemented in Java).
--
Professional: http://cgrand.net/ (fr)
On Clojure: http://clj-me.blogspot.com/ (en)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Clojure" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---