Another correction:

I stated that Clojure's maximum arity is 20. That's not exactly true: for 
arity's beyond 20, IFn has a special invocation that accepts the arguments 
as an array. But this means that the compiler has to account for this, and 
arrange the arguments as a single array argument instead of multiple 
arguments. So, it just means that for arity's beyond 20, Clojure switches to 
a slightly less efficient invocation.

(Also, sorry for my weird grammar on that last post. Sometimes when I type, 
words that are in my head do not end up in the final message. :/ Fill in the 
gaps!)

-- 
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
Note that posts from new members are moderated - please be patient with your 
first post.
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