If I do
    (load "myfile")
the system loads "myfile.o" if it exists and "myfile.lsp" otherwise.

However, if myfile.lsp is changed (has a later last modified date), the
system still loads myfile.o !!

When a load without a specified file extension extension occurs, and both
.lsp and .o files exist, then GCL should load the one with the latest
last-modified date.

Secondly, I think GCL should also auto-check the file extension .lisp  (not
just .lsp)

Thanks.

Blake McBride
_______________________________________________
Gcl-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/gcl-devel

Reply via email to