On Sep 3, 2009, at 10:28 PM, Raymond Toy wrote:
>
> 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
>
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'...
A lot of 'share' modules would benefit from compilation, so this
'compile or load fasl' system could be used not only for fft, but
more generally.
Regards,
Ziga