gcl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gcl-devel] File load algorithm


From: Blake McBride
Subject: [Gcl-devel] File load algorithm
Date: Fri, 30 Oct 2015 20:43:36 -0500

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]