|
From: Leo B. <l_b...@us...> - 2016-03-31 19:34:54
|
Gunter Königsmann <gu...@pe...> writes: > Maxima encountered a Lisp error: > > > EVAL/APPLY: Too few arguments (6 instead of at least 7) given to > PRINT-SQUARE > > Automatically continuing. > To enable the Lisp debugger set *debugger-hook* to nil. Perhaps the root of this bug is that the two packages should be using the same function? Or draw should be in its own package? -- Maxima already has a namespace/package system underneath it, in CL. The relative lack of use of CL packages in Maxima's Lisp source suggests that we ought to look at using what we have (and are not using) rather than trying to lift this unused system into Maxima proper. Leo |