chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] using the compiler at runtime


From: felix winkelmann
Subject: Re: [Chicken-users] using the compiler at runtime
Date: Fri, 14 Nov 2008 09:12:10 +0100

On Thu, Nov 13, 2008 at 5:10 PM, Tobia Conforto
<address@hidden> wrote:
> felix winkelmann wrote:
>>
>> (on-exit
>>  (lambda ()
>>    (system (sprintf "rm -f '~a'" tmp))))
>> (load tmp)
>
> Out of curiosity, is there a particular reason why you put the rm into an
> exit handler, instead of removing the file right after loading it?
>

No, there isn't. I didn't know about the Windows issues that John points out.
I just hacked something together quickly.


cheers,
felix




reply via email to

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