Hmm! Then I must have hit the limit for how many arguments I can put in an arglist, there in fresh: (i.e. (fresh [~@positions]). I had no idea there \was a limit. Can't see any way around that at the moment. I never dreamed I'd try to put > 256 arguments in a function....
On Oct 5, 5:46 am, David Nolen <[email protected]> wrote: > On Fri, Oct 5, 2012 at 8:42 AM, nchurch <[email protected]> wrote: > > CompilerException java.lang.ClassFormatError: Too many arguments in > > method signature in class file go/core > > $eval2878$fn__2881$fn__2882$_inc__2883$fn__2884$_inc__2885$fn__2890, > > compiling:(NO_SOURCE_PATH:1) > > Yeah that's not core.logic related. You're creating an anonymous fn via > the macro make-boards and generating too many fn arguments. > > David -- 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
