asdf package for maxima



Raymond Toy wrote:
> 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.
Many thanks for this!
>
> 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.
Dear Ray,
 
could you please give an example. I'm very casual lisp user.
I found that the string (require :asdf) in ~/.sbclrc  works for sbcl.
However I do not know how to load asdf for cmucl. 

best regards,
Valery