Luigi Panzeri wrote:
> Using usually asdf to load/compile common lisp packages and maxima as
> a library for my application, i converted the defsystem of maxima to
> the asdf format, in order to simplify the definition and the building
> of my own packages. The asdf attached should be putted in the src
> directory of maxima sources.
>
>
Wouldn't it be way easier to have asdf and mk:defsys loaded in your Lisp
so you can use either as needed? This is what I do.
Ray