Re: HD driver
Frode Vatvedt Fjeld <[email protected]> Thu, 22 Apr 2004 21:30:26 +0200
| Newsgroups | gmane.lisp.movitz.devel |
|---|---|
| Message-ID | <[email protected]> |
Peter Minten <[email protected]> writes: > Well, in theory my current code should work. In practice I have to > fix fairly trivial bugs first, which is time consuming given the > lack of incremental compilation of the image and the long compile > time (~10 minutes on my 1GHz box). But.. there is incremental compilation (!) For example, (movitz-compile-file "losp/tmp/harddisk.lisp") should do the right thing wrt. *image*, and this takes maybe one second on my machine. What movitz-mode.el does is e.g. upon M-C-x, to extract a top-level form into a temporary file and applying movitz-compile-file to it. Something similar should come into existence for Slime, but until then, at least one can use movitz-compile-file manually. -- Frode Vatvedt Fjeld