[asdf-devel] dependency bug?

Robert Brown robert.brown at gmail.com
Sat Jan 23 23:38:34 UTC 2010


LOAD-OP definitely compiles the Lisp source and then loads the resulting
fasl file.  You use LOAD-SOURCE-OP when you only want to load the Lisp
source code without compiling it.

bob

==========

On Sat, Jan 23, 2010 at 4:46 PM, Pascal J. Bourguignon
<pjb at informatimago.com> wrote:
>
> On 2010-01-23, at 20:13, Robert Brown wrote:
>>
>> It's confusing me because we already have an operator that
>> functions as "compile and load", namely LOAD-OP.
>
>
> load-op doesn't compile the files, only loads them.
> I use it routinely to load files without compiling them in clisp.
>
> Of course, the difference is significative only with implementations that
> don't compile upon loading.
>
> --
> __Pascal Bourguignon__
> http://www.informatimago.com/




More information about the asdf-devel mailing list