Loading only changed files



> How do I go about loading all Lisp source files that have changed since the
> last build into a running Maxima? It would be nice to have the option to
> compile them if necessary, too.

On Unix you could get the list of files by somethink like
find maxima/src -mtime -3
if the last build was 3 days ago. Not sure how to best use such a list
from within maxima ... perhaps loading with numericalio?

HTH,
Harald