Comments about FFT PATCH ready



?iga Lenar?i? wrote:
>
> Something like this is what I meant by Maxima specific tool - that  
> takes care of writing and loading fasl from some location. 'mk'  
> system needs 2 additional files afaik - so that is a lot of files if  
> it would be used across 'share'...
>   
I haven't tried it, but fft.lisp could easily include a defsystem for
fft, and run (mk:oos "fft" :compile), instead of the ad hoc scheme I
implemented for fft.

This would give a nice uniform way of handling all of these issues,
especially the location of where the fasls should be stored.

Ray