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