From: Pixel <pi...@ma...> - 2004-09-21 09:44:04
|
Ken Anderson <kan...@bb...> writes: > >i don't understand the "compile .c files ..." entry. > >i'd say something is broken? > > > > (let* ((dir (java.io.File. ".")) > > (s->o (s->o dir dir ".c" ".o")) > > (update? (needsUpdate? s->o))) > > ...) > > > >or this really working? is "needsUpdate?" a builtin ? please > >correct/explain me :) > > s->o and needsUpdate? is provided by (load "using/run.scm") > s->o returns a procedure that takes a source file and produces the current . > I can include their code if you think thats fairer. yes, i'd prefer this waiting for new version... :) |