[Maxima] Comments about FFT PATCH ready

Raymond Toy raymond.toy at stericsson.com
Thu Sep 3 15:28:10 CDT 2009


Richard Fateman wrote:
> I suggest someone take the FFT code and just insert it into another
> file that is ordinarily compiled.
Since fft is in share/numeric, I'm assuming we don't want it in core all
the time.

A quick hack is to move fft.lisp to fft-core.lisp, say.  Then have
fft.lisp compile and load fft-core.lisp, taking some care to make sure
the output fasl file is saved somewhere writable.

I've tried this and it works.

Ray



More information about the Maxima mailing list