Re: Fwd: Maxima patches for Scieneer Common Lisp.



>>>>> "Robert" == Robert Dodier  writes:

    Robert> (2) (in-package "MAXIMA") --> (in-package :maxima) throughout -- no

This shouldn't be a problem for other Lisp's which follow the CL
standard; the two forms are equivalent.  So other than cluttering the
keyword package with an additional symbol, it's not a problem.

    Robert> (3) defsystem.lisp, maxima.system: various #+scl -- OK

We really should get the clocc version of defsystem synchronized.

Ray

P.S.  Hi, Douglas!