On Wednesday, February 12, 2014 2:33:34 PM UTC-6, John Wiseman wrote: > > In the olden lisp days, reduce was often preferred to apply because apply > could hit limits on the number of arguments that could be passed to a > function. >
Still an issue with some Common Lisps. I've hit the limit in CLISP and LispWorks, but several other Common Lisps, including my favorite, SBCL, don't seem to have a limit. > Is that a potential issue with clojure? > (range 10000) Then copy its output from the terminal window. (apply + '<paste here> ) CompilerException java.lang.ClassFormatError: Invalid method Code length 109957 in class file user$eval1179, compiling:(/private/var/folders/AV/AVc7bySmE4a+vcamS7JSTE+++TQ/-Tmp-/form-init2649824128421176665.clj:1:1) -- 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 --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.