On Thu, 2003-11-06 at 13:34, Raymond Toy wrote:
> Maxima's current defsystem doesn't work with the latest CMUCL snapshot
> because the :cmu18 feature is gone (it's :cmu19 now).
<snip>
> Alternatively, the defsystem from CLOCC works with this CMUCL snapshot
> but there are quite a few differences between that version and
> maxima's. I don't really want to just import the CLOCC version
> completely, since I haven't been able to test maxima with anything
> other than CMUCL in a long time. In particular there are gcl specific
> changes, and I haven't tried gcl in ages.
I really don't want to maintain a fork of defsystem. I'll try the
current clocc version and report on what happens. My build tree has
clisp, cmucl, gcl and sbcl.
--Jim
P.S. Do you have any opinion on the defsystem vs. asdf question?