[Maxima] stacking two matrices

Stavros Macrakis macrakis at alum.mit.edu
Sat Oct 27 13:49:23 CDT 2007


> Thanks, Robert!  I keep making the erroneous assumption that since
> Maxima is intrinsically Lispy; it should be extrinsically Lispy, too.

Maxima is implemented in Lisp, and much of the language semantics are
based directly on Lisp as of the late 1960's.  In Maclisp, nested
function definitions weren't local, either....

> One more thing, Robert: I take it that tail recursion is quite out.

Tail recursion is just fine, but it is not optimized: the stack grows
on every recursion.

              -s


More information about the Maxima mailing list