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: Tobia Conforto
Subject: Re: [Chicken-users] using the compiler at runtime
Date: Thu, 13 Nov 2008 17:10:35 +0100

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?


Tobia




reply via email to

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