On Fri, 15 Oct 2010, Edwin Woollett wrote:
> Maxima encountered a Lisp error:
>
> Error in APPLY [or a callee]: Lisps arglist maximum surpassed
gcl has a rather low limit on the number of arguments of a function. Just
use some other lisp (sbcl, cmucl, clisp (it's slow!), clozurecl, ecl, ...)
They don't have this problem.
Andrey