On Thu, Dec 15, 2011 at 5:59 PM, David Nolen <[email protected]> wrote: > On Thu, Dec 15, 2011 at 5:53 PM, Cedric Greevey <[email protected]> wrote: >> #<CompilerException java.lang.IllegalArgumentException: fns taking >> primitives support only 4 or fewer args, >> >> But the function isn't *taking* primitives. It's only *returning* a >> primitive, after taking Objects. So it obviously shouldn't produce >> this error. > > Not a bug,
Clearly a bug. A limitation on primitive arguments simply cannot be applicable to a function with no primitive arguments. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. 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
