gcl-devel
[Top][All Lists]
Advanced

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

Re: [Gcl-devel] File load algorithm


From: Camm Maguire
Subject: Re: [Gcl-devel] File load algorithm
Date: Wed, 04 Nov 2015 10:01:58 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux)

Greetings!  Thanks for the suggestion!  An interesting idea -- let me
cogitate on it....

Take care,

Blake McBride <address@hidden> writes:

> 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
> address@hidden
> https://lists.gnu.org/mailman/listinfo/gcl-devel

-- 
Camm Maguire                                        address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah



reply via email to

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